[Xorg-commit] xc/programs/Xserver/dix dispatch.c,1.1.4.2,1.1.4.2.2.1

Harold L Hunt II xorg-commit at pdx.freedesktop.org
Thu Jan 8 07:07:16 EET 2004


Committed by: harold

Update of /cvs/xorg/xc/programs/Xserver/dix
In directory pdx:/tmp/cvs-serv14828

Modified Files:
      Tag: CYGWIN
	dispatch.c 
Log Message:
Add preliminary OsVendorReset function.

Index: dispatch.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/dix/dispatch.c,v
retrieving revision 1.1.4.2
retrieving revision 1.1.4.2.2.1
diff -u -d -r1.1.4.2 -r1.1.4.2.2.1
--- dispatch.c	26 Nov 2003 22:48:43 -0000	1.1.4.2
+++ dispatch.c	8 Jan 2004 05:07:13 -0000	1.1.4.2.2.1
@@ -147,6 +147,11 @@
 
 static int	nClients;	/* number of authorized clients */
 
+#if defined(DDXOSRESET)
+extern void OsVendorReset ();
+#endif
+
+
 CallbackListPtr ClientStateCallback;
 char dispatchException = 0;
 char isItTimeToYield;
@@ -466,6 +471,9 @@
 	}
 	dispatchException &= ~DE_PRIORITYCHANGE;
     }
+#if defined(DDXOSRESET)
+    OsVendorReset ();
+#endif
     KillAllClients();
     DEALLOCATE_LOCAL(clientReady);
     dispatchException &= ~DE_RESET;





More information about the xorg-commit mailing list