summaryrefslogtreecommitdiff
path: root/src/menus.h
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>1999-12-29 10:36:38 +0000
committerMichael Jennings <mej@kainx.org>1999-12-29 10:36:38 +0000
commitb1d55e271d732b865547e428fe92dfe2ec15b660 (patch)
treee98e74db3ff0983687d0181ad90e039b2a286c23 /src/menus.h
parentfb5c99edfbee4818a1a31001ba85e6286f0232f9 (diff)
downloadeterm-b1d55e271d732b865547e428fe92dfe2ec15b660.tar.gz
Wed Dec 29 12:32:19 PST 1999 Michael Jennings <mej@eterm.org>
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
Diffstat (limited to 'src/menus.h')
-rw-r--r--src/menus.h1
1 files changed, 1 insertions, 0 deletions
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;