Author: fireball Date: Fri Sep 17 18:40:31 2010 New Revision: 48791
URL: http://svn.reactos.org/svn/reactos?rev=48791&view=rev Log: - Apply patch from wine-patches (http://www.winehq.org/pipermail/wine-patches/2010-September/093369.html): Implement support for getting class data GCLP_HBRBACKGROUND on other process window. [3/3]
Modified: branches/arwinss/reactos/include/reactos/wine/server_protocol.h
Modified: branches/arwinss/reactos/include/reactos/wine/server_protocol.h URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/include/reactos/... ============================================================================== --- branches/arwinss/reactos/include/reactos/wine/server_protocol.h [iso-8859-1] (original) +++ branches/arwinss/reactos/include/reactos/wine/server_protocol.h [iso-8859-1] Fri Sep 17 18:40:31 2010 @@ -3956,6 +3956,7 @@ atom_t atom; unsigned int style; mod_handle_t instance; + user_handle_t background; int extra; int win_extra; client_ptr_t client_ptr; @@ -3994,6 +3995,7 @@ unsigned int style; int win_extra; mod_handle_t instance; + user_handle_t background; int extra_offset; data_size_t extra_size; lparam_t extra_value; @@ -4006,6 +4008,7 @@ int old_extra; int old_win_extra; mod_handle_t old_instance; + user_handle_t old_background; lparam_t old_extra_value; }; #define SET_CLASS_ATOM 0x0001 @@ -4013,6 +4016,7 @@ #define SET_CLASS_WINEXTRA 0x0004 #define SET_CLASS_INSTANCE 0x0008 #define SET_CLASS_EXTRA 0x0010 +#define SET_CLASS_BKGND 0x0020