summaryrefslogtreecommitdiff
path: root/wm/tvtwm/patches/patch-au
blob: 4eecfd2f82df13e4dc1bc97e0a799c77fb868f20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-au,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $

Index: screen.h
===================================================================
RCS file: /home/siren/src/tvtwm/screen.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- screen.h	1999/08/08 05:46:53	1.1.1.1
+++ screen.h	1999/08/08 05:56:57	1.2
@@ -63,7 +63,7 @@
     Pixmap pm;				/* focus highlight window right end */
     Pixmap mask;			/* shape mask */
     Bool isXpm;				/* is it an Xpm format pixmap? */
-    int height, width;			/* cache the size */
+    unsigned int height, width;		/* cache the size */
 } TwmPixmap;
 
 typedef struct ScreenInfo