winuser.h

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Changelog:
* define constant ICON_SMALL2
* declare fucntion ShowWindowAsync()


Index: include/winuser.h
===================================================================
RCS file: /home/wine/wine/include/winuser.h,v
retrieving revision 1.165
diff -u -r1.165 winuser.h
--- include/winuser.h   28 Aug 2003 21:43:35 -0000      1.165
+++ include/winuser.h   30 Aug 2003 12:08:06 -0000
@@ -1448,6 +1448,7 @@
 /* WM_GETICON/WM_SETICON params values */
 #define ICON_SMALL              0
 #define ICON_BIG                1
+#define ICON_SMALL2             2

   /* WM_NCCALCSIZE parameter structure */
 typedef struct
@@ -4438,6 +4439,7 @@
 BOOL      WINAPI ShowScrollBar(HWND,INT,BOOL);
 BOOL      WINAPI ShowOwnedPopups(HWND,BOOL);
 BOOL      WINAPI ShowWindow(HWND,INT);
+BOOL      WINAPI ShowWindowAsync(HWND,INT);
 BOOL      WINAPI SubtractRect(LPRECT,const RECT*,const RECT*);
 BOOL      WINAPI SwapMouseButton(BOOL);
 VOID        WINAPI SwitchToThisWindow(HWND,BOOL);




[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux