CVS: winex/include user.h,1.11,1.12
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex/include user.h,1.11,1.12Update of /var/lib/cvsd/cvsroot/winex/include
In directory agravaine:/tmp/cvs-serv6876/include
Modified Files:
user.h
Log Message:
- ensure the two parts of SetForegroundWindow() are run by the appropriate window threads
Index: user.h
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/include/user.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- user.h 30 Mar 2007 15:51:29 -0000 1.11
+++ user.h 30 Mar 2007 18:59:25 -0000 1.12
@@ -40,7 +40,8 @@
WM_WINE_SHOWWINDOW,
WM_WINE_SETPARENT,
WM_WINE_SETWINDOWLONG,
- WM_WINE_ENABLEWINDOW
+ WM_WINE_ENABLEWINDOW,
+ WM_WINE_SETFOREGROUNDWINDOW
};
/* internal SendInput codes (FIXME) */