[xorg-commit-diffs] xc/programs/Xserver/hw/xwin
winmultiwindowwindow.c, 1.1.4.1.2.22, 1.1.4.1.2.23
Kensuke Matsuzaki
xorg-commit at pdx.freedesktop.org
Thu Apr 8 21:59:32 PDT 2004
- Previous message: [xorg-commit-diffs] xc/config/cf cygwin.cf, 1.1.4.1.2.27,
1.1.4.1.2.28
- Next message: [xorg-commit-diffs] xc/programs/Xserver/hw/xwin winblock.c,
1.1.4.1.2.12, 1.1.4.1.2.13 winwakeup.c, 1.1.4.1.2.11,
1.1.4.1.2.12 winwin32rootlesswindow.c, 1.1.2.5,
1.1.2.6 winwin32rootlesswndproc.c, 1.1.2.7, 1.1.2.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: zakki
Update of /cvs/xorg/xc/programs/Xserver/hw/xwin
In directory pdx:/tmp/cvs-serv14639
Modified Files:
Tag: CYGWIN
winmultiwindowwindow.c
Log Message:
Write comment for previous patch.
Index: winmultiwindowwindow.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/xwin/winmultiwindowwindow.c,v
retrieving revision 1.1.4.1.2.22
retrieving revision 1.1.4.1.2.23
diff -u -d -r1.1.4.1.2.22 -r1.1.4.1.2.23
--- a/winmultiwindowwindow.c 8 Apr 2004 02:53:18 -0000 1.1.4.1.2.22
+++ b/winmultiwindowwindow.c 9 Apr 2004 04:59:30 -0000 1.1.4.1.2.23
@@ -789,6 +789,7 @@
hwnd;
hwnd = GetNextWindow (hwnd, GW_HWNDNEXT) )
{
+ /* Don't take care of other Cygwin/X process's windows */
GetWindowThreadProcessId (hwnd, &dwWindowProcessID);
if ( GetProp (hwnd, WIN_WINDOW_PROP)
- Previous message: [xorg-commit-diffs] xc/config/cf cygwin.cf, 1.1.4.1.2.27,
1.1.4.1.2.28
- Next message: [xorg-commit-diffs] xc/programs/Xserver/hw/xwin winblock.c,
1.1.4.1.2.12, 1.1.4.1.2.13 winwakeup.c, 1.1.4.1.2.11,
1.1.4.1.2.12 winwin32rootlesswindow.c, 1.1.2.5,
1.1.2.6 winwin32rootlesswndproc.c, 1.1.2.7, 1.1.2.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xorg-commit-diffs
mailing list