[Xorg-commit] xc/programs/Xserver/hw/xwin InitOutput.c,1.1.4.1.2.6,1.1.4.1.2.7

Harold L Hunt II xorg-commit at pdx.freedesktop.org
Thu Jan 8 20:08:40 EET 2004


Committed by: harold

Update of /cvs/xorg/xc/programs/Xserver/hw/xwin
In directory pdx:/tmp/cvs-serv10425

Modified Files:
      Tag: CYGWIN
	InitOutput.c 
Log Message:
Oops, forgot to remove functions in InitOutput.c that were moved to winprocarg.c

Index: InitOutput.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/xwin/InitOutput.c,v
retrieving revision 1.1.4.1.2.6
retrieving revision 1.1.4.1.2.7
diff -u -d -r1.1.4.1.2.6 -r1.1.4.1.2.7
--- InitOutput.c	8 Jan 2004 05:10:32 -0000	1.1.4.1.2.6
+++ InitOutput.c	8 Jan 2004 18:08:37 -0000	1.1.4.1.2.7
@@ -148,77 +148,6 @@
 #endif
 
 
-
-void
-winInitializeDefaultScreens (void)
-{
-  int                   i;
-  DWORD			dwWidth, dwHeight;
-
-  /* Bail out early if default screens have already been initialized */
[...986 lines suppressed...]
-    }
-
-#ifdef XKB
-  /*
-   * Look for the '-kb' argument
-   */
-  if (IS_OPTION ("-kb"))
-    {
-      g_cmdline.noXkbExtension = TRUE;  
-      return 0; /* Let DIX parse this again */
-    }
-#endif
-
-  return 0;
-}
-
-
 #ifdef DDXTIME /* from ServerOSDefines */
 CARD32
 GetTimeInMillis (void)





More information about the xorg-commit mailing list