summaryrefslogtreecommitdiff
path: root/hw/xwin/winwindow.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/winwindow.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/winwindow.c')
-rw-r--r--hw/xwin/winwindow.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/hw/xwin/winwindow.c b/hw/xwin/winwindow.c
index 89977d096..7f77bda6a 100644
--- a/hw/xwin/winwindow.c
+++ b/hw/xwin/winwindow.c
@@ -34,14 +34,6 @@
/*
- * References to external symbols
- */
-
-extern int g_iScreenPrivateIndex;
-extern int g_iWindowPrivateIndex;
-
-
-/*
* Prototypes for local functions
*/
@@ -59,6 +51,7 @@ winReshapePRootless (WindowPtr pWin);
#endif
+#ifdef XWIN_NATIVEGDI
/* See Porting Layer Definition - p. 37 */
/* See mfb/mfbwindow.c - mfbCreateWindow() */
@@ -221,6 +214,7 @@ winMapWindowNativeGDI (WindowPtr pWindow)
return TRUE;
}
+#endif
/* See Porting Layer Definition - p. 37 */