From b1d55e271d732b865547e428fe92dfe2ec15b660 Mon Sep 17 00:00:00 2001 From: Michael Jennings Date: Wed, 29 Dec 1999 10:36:38 +0000 Subject: Wed Dec 29 12:32:19 PST 1999 Michael Jennings I think I've finally got the menu behavior working right. Menus now move themselves if needed, and exposes are now handled properly. SVN revision: 1782 --- src/menus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/menus.h') diff --git a/src/menus.h b/src/menus.h index bab76c2..0e425f7 100644 --- a/src/menus.h +++ b/src/menus.h @@ -71,6 +71,7 @@ typedef struct { struct menu_t_struct { char *title; Window win, swin; + Pixmap bg; unsigned short x, y, w, h; GC gc; unsigned char state; -- cgit v1.2.1