From 28df667ceb7fa74a1146a2bede0a908bc9dd3eb4 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Tue, 22 Nov 2005 14:02:45 +0000 Subject: (svn r3225) - Fix for "[ 1359165 ] Autoreplace problem with r3171 and later" -- Move the disabled/hidden bits to custom data in window struct. --- window.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'window.h') diff --git a/window.h b/window.h index 72886b369..bffaf0d6e 100644 --- a/window.h +++ b/window.h @@ -453,6 +453,8 @@ typedef struct message_d { assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(message_d)); typedef struct dropdown_d { + uint32 disabled_state; + uint32 hidden_state; WindowClass parent_wnd_class; WindowNumber parent_wnd_num; byte parent_button; -- cgit v1.2.3-54-g00ecf