diff options
author | marha <marha@users.sourceforge.net> | 2010-02-15 12:28:04 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-02-15 12:28:04 +0000 |
commit | 266b3ab4e449ba783abadd6d5ffc5397d42a6069 (patch) | |
tree | 615aa9e92783d325a6b2c4bf3aae0a0246c4e92a /xorg-server/hw/xwin/winwndproc.c | |
parent | 058f810182082292d8632e1f0ad4ffd21adc50fa (diff) | |
download | vcxsrv-266b3ab4e449ba783abadd6d5ffc5397d42a6069.tar.gz vcxsrv-266b3ab4e449ba783abadd6d5ffc5397d42a6069.tar.bz2 vcxsrv-266b3ab4e449ba783abadd6d5ffc5397d42a6069.zip |
Removed NATIVEGDI compilation (is currenlty crashing)
Diffstat (limited to 'xorg-server/hw/xwin/winwndproc.c')
-rw-r--r-- | xorg-server/hw/xwin/winwndproc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/winwndproc.c b/xorg-server/hw/xwin/winwndproc.c index 73ca16bc5..ca3a66b49 100644 --- a/xorg-server/hw/xwin/winwndproc.c +++ b/xorg-server/hw/xwin/winwndproc.c @@ -641,7 +641,6 @@ winWindowProc (HWND hwnd, UINT message, return TRUE; case WM_PAINT: - winDebug ("winWindowProc - WM_PAINT\n"); /* Only paint if we have privates and the server is enabled */ if (s_pScreenPriv == NULL || !s_pScreenPriv->fEnabled |