blob: 5475740f1c003e41a49c5a6a8e246dd7a02433e6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
$NetBSD: patch-ab,v 1.13 2006/06/01 21:55:28 joerg Exp $
--- top.h.orig 2004-03-30 19:26:57.000000000 +0000
+++ top.h
@@ -77,3 +77,5 @@ struct ext_decl {
#if RANDOM_PW == 0
#undef RANDOM_PW
#endif
+
+extern int screen_width;
|