commit | 94ce2a3303b632b5738f1975bc84116a34bf8461 | [log] [tgz] |
---|---|---|
author | Gerard Patel <gerard.patel@nerim.net> | Wed Oct 03 18:44:02 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Oct 03 18:44:02 2001 +0000 |
tree | 2a27338313005c93d910214a0608cf90c8f1a148 | |
parent | e35f4ee144a37daa5aba85eeaea4bd752e7dd005 [diff] [blame] |
Map a window if it is shown by a direct style change.
diff --git a/include/user.h b/include/user.h index b50fe3e..6b9dd35 100644 --- a/include/user.h +++ b/include/user.h
@@ -83,6 +83,7 @@ BOOL (*pSetWindowPos)(WINDOWPOS *); BOOL (*pSetWindowRgn)(HWND,HRGN,BOOL); HICON (*pSetWindowIcon)(HWND,HICON,BOOL); + void (*pSetWindowStyle)(HWND,DWORD); BOOL (*pSetWindowText)(HWND,LPCWSTR); BOOL (*pShowWindow)(HWND,INT); void (*pSysCommandSizeMove)(HWND,WPARAM);