[xorg-commit-diffs] xc/programs/Xserver/hw/xwin
winwin32rootlesswndproc.c, 1.1.2.9, 1.1.2.10
Kensuke Matsuzaki
xorg-commit at pdx.freedesktop.org
Tue Apr 13 00:05:39 PDT 2004
- Previous message: [xorg-commit-diffs]
xc/programs/xphelloworld/xphelloworld Imakefile, NONE,
1.1.2.1 xphelloworld.c, NONE, 1.1.2.1 xphelloworld.html, NONE,
1.1.2.1 xphelloworld.man, NONE, 1.1.2.1 xphelloworld.sgml,
NONE, 1.1.2.1
- Next message: [xorg-commit-diffs] xc/programs/Xserver/hw/xwin InitOutput.c,
1.1.4.1.2.34, 1.1.4.1.2.35
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: zakki
Update of /cvs/xorg/xc/programs/Xserver/hw/xwin
In directory pdx:/tmp/cvs-serv981
Modified Files:
Tag: CYGWIN
winwin32rootlesswndproc.c
Log Message:
Fix maximize window.
Index: winwin32rootlesswndproc.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/xwin/Attic/winwin32rootlesswndproc.c,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -u -d -r1.1.2.9 -r1.1.2.10
--- a/winwin32rootlesswndproc.c 10 Apr 2004 23:18:09 -0000 1.1.2.9
+++ b/winwin32rootlesswndproc.c 13 Apr 2004 07:05:36 -0000 1.1.2.10
@@ -982,7 +982,7 @@
if (!g_fNoConfigureWindow ) {
if (!pRLWinPriv->fMovingOrSizing
- && (pWinPos->flags & SWP_SHOWWINDOW)) {
+ /*&& (pWinPos->flags & SWP_SHOWWINDOW)*/) {
GetClientRect (hwnd, &rcClient);
MapWindowPoints (hwnd, HWND_DESKTOP, (LPPOINT)&rcClient, 2);
- Previous message: [xorg-commit-diffs]
xc/programs/xphelloworld/xphelloworld Imakefile, NONE,
1.1.2.1 xphelloworld.c, NONE, 1.1.2.1 xphelloworld.html, NONE,
1.1.2.1 xphelloworld.man, NONE, 1.1.2.1 xphelloworld.sgml,
NONE, 1.1.2.1
- Next message: [xorg-commit-diffs] xc/programs/Xserver/hw/xwin InitOutput.c,
1.1.4.1.2.34, 1.1.4.1.2.35
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xorg-commit-diffs
mailing list