summaryrefslogtreecommitdiff
path: root/hw/xwin/winmultiwindowwndproc.c
diff options
context:
space:
mode:
authorHarold L Hunt II <huntharo@msu.edu>2004-02-28 08:29:05 +0000
committerHarold L Hunt II <huntharo@msu.edu>2004-02-28 08:29:05 +0000
commita465ec8957b85e556fe2718c8827690f4c61d960 (patch)
treea1dfbf63bc5747f498c3c2babb20f5f4d1512d81 /hw/xwin/winmultiwindowwndproc.c
parenta6043b90d983e1c5be452ec1f420a300e889ba53 (diff)
Major restructuring of enable/disable flags. Clean up configuration files,
removing xfree86.cf and lots of cruft from cygwin.cf.
Diffstat (limited to 'hw/xwin/winmultiwindowwndproc.c')
-rwxr-xr-xhw/xwin/winmultiwindowwndproc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/xwin/winmultiwindowwndproc.c b/hw/xwin/winmultiwindowwndproc.c
index bebf196fe..fc295fbae 100755
--- a/hw/xwin/winmultiwindowwndproc.c
+++ b/hw/xwin/winmultiwindowwndproc.c
@@ -32,9 +32,6 @@
/* $XFree86: xc/programs/Xserver/hw/xwin/winmultiwindowwndproc.c,v 1.3 2003/10/08 11:13:03 eich Exp $ */
#include "win.h"
-
-#if WIN_MULTIWINDOW_SUPPORT
-
#include "dixevents.h"
#include "winmultiwindowclass.h"
#include "winprefs.h"
@@ -971,4 +968,3 @@ winTopLevelWindowProc (HWND hwnd, UINT message,
return DefWindowProc (hwnd, message, wParam, lParam);
}
-#endif