From 69dda9758a8b0a69233e57d9d8280bb67b4c107c Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Mon, 4 May 1998 23:33:39 +0000 Subject: [PATCH] forgot to commit this --- src/dlg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dlg.h b/src/dlg.h index 18125c3fe..097ae6d57 100644 --- a/src/dlg.h +++ b/src/dlg.h @@ -179,6 +179,7 @@ typedef struct Widget { #define W_WANT_CURSOR 4 #define W_WANT_IDLE 8 #define W_IS_INPUT 16 +#define W_PANEL_HIDDEN 32 typedef struct Widget_Item { int dlg_id;