Yaakov Selkowitz
							
						 
						
							
							
							
							
								
							
							
								9bc4e88d84 
								
							 
						 
						
							
							
								
								Define ddxBeforeReset stubs in platform-neutral DDXs  
							
							 
							
							... 
							
							
							
							XWin uses ddxBeforeReset, which is called in DIX.  Other DDXs need to
define these in order to avoid an undefined symbol error at link time
when building alongside XWin.  Xnest and Xvfb already provide empty stubs;
this does the same for Xdmx and the platform-neutral KDrive servers.
Also add a prototype to avoid a warning in all DDXs.
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Signed-off-by: Keith Packard <keithp@keithp.com> 
							
						 
						
							2009-10-15 08:06:53 -07:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Peter Hutterer
							
						 
						
							
							
							
							
								
							
							
								159e032040 
								
							 
						 
						
							
							
								
								dmx: don't include panoramiXsrv.h if building w/o Xinerama  
							
							 
							
							... 
							
							
							
							Reported-by: Marvin Schmidt
Tested-by: Marvin Schmidt
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 
							
						 
						
							2009-09-16 11:44:08 +10:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Adam Jackson
							
						 
						
							
							
							
							
								
							
							
								856db05b58 
								
							 
						 
						
							
							
								
								Unifdef sgi.  
							
							 
							
							
							
						 
						
							2008-07-23 13:37:42 -04:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Peter Hutterer
							
						 
						
							
							
							
							
								
							
							
								5c5e581245 
								
							 
						 
						
							
							
								
								dmx: add an XFlush.  
							
							 
							
							... 
							
							
							
							Beats me why we need it, but without it we get segfaults lateron. 
							
						 
						
							2008-06-05 16:14:18 +09:30  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Peter Hutterer
							
						 
						
							
							
							
							
								
							
							
								246c10441b 
								
							 
						 
						
							
							
								
								dmx: fix false memory allocation.  
							
							 
							
							... 
							
							
							
							beNumVisuals and the number of GLX Visuals can be significantly different. 
							
						 
						
							2008-06-05 16:14:12 +09:30  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								George Sapountzis
							
						 
						
							
							
							
							
								
							
							
								255142b61e 
								
							 
						 
						
							
							
								
								drop xprint remnants: InitGlobals  
							
							 
							
							
							
						 
						
							2008-05-21 18:13:09 +03:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Adam Jackson
							
						 
						
							
							
							
							
								
							
							
								4d76075dbb 
								
							 
						 
						
							
							
								
								Death to RCS tags.  
							
							 
							
							
							
						 
						
							2007-06-29 14:06:52 -04:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								James Steven Supancic III
							
						 
						
							
							
							
							
								
							
							
								a5fcf1e5e7 
								
							 
						 
						
							
							
								
								Fix RENDER issues (bug  #7555 ) and implement RENDER add/remove screen  
							
							 
							
							... 
							
							
							
							support (bug #8485 ). 
							
						 
						
							2006-12-16 12:02:38 -05:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Adam Jackson
							
						 
						
							
							
							
							
								
							
							
								985c34bf06 
								
							 
						 
						
							
							
								
								Remove the DDXTIME conditional, for being unused.  
							
							 
							
							
							
						 
						
							2006-07-20 17:33:13 -04:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Greg Kroah-Hartman
							
						 
						
							
							
							
							
								
							
							
								cc465800dd 
								
							 
						 
						
							
							
								
								Fix compiler warnings about SetVendorRelease and SetVendorString  
							
							 
							
							
							
						 
						
							2006-06-07 14:03:35 -07:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Kevin E Martin
							
						 
						
							
							
							
							
								
							
							
								e348ac4b4d 
								
							 
						 
						
							
							
								
								Prepare Xdmx and Xvfb for modularization by adding appropriate #include  
							
							 
							
							... 
							
							
							
							<{dix,dmx}-config.h> to the source files. 
							
						 
						
							2005-07-12 00:52:48 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Daniel Stone
							
						 
						
							
							
							
							
								
							
							
								292c4cff26 
								
							 
						 
						
							
							
								
								Fix includes right throughout the Xserver tree:  
							
							 
							
							... 
							
							
							
							change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h;
change "foo.h", "extensions/foo.h" and "X11/foo.h" to
    <X11/extensions/foo.h> for extension headers, e.g. Xv.h;
change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files. 
							
						 
						
							2005-04-20 12:25:48 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Kevin E Martin
							
						 
						
							
							
							
							
								
							
							
								25bd6ff4a6 
								
							 
						 
						
							
							
								
								Add new extension enable/disable feature. This code is a small step in the  
							
							 
							
							... 
							
							
							
							right direction -- i.e., moving towards full run-time config of
    extensions. Currently, only XTEST, XINERAMA, RENDER, XKB, and XEVIE are
    supported. 
							
						 
						
							2004-07-31 04:23:21 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Rik Faith
							
						 
						
							
							
							
							
								
							
							
								a5c9b3229c 
								
							 
						 
						
							
							
								
								Bugzilla  #817  
							
							 
							
							
							
						 
						
							2004-07-07 04:32:52 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Kevin E Martin
							
						 
						
							
							
							
							
								
							
							
								1498d7a096 
								
							 
						 
						
							
							
								
								- Disable building DMX on OSs that have not been verified to build  
							
							 
							
							... 
							
							
							
							correctly (Kevin Martin).
- Fix DMX build when Xinerama is not enabled (Kevin Martin). 
							
						 
						
							2004-07-06 23:51:00 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Kevin E Martin
							
						 
						
							
							
							
							
								
							
							
								7976ee51af 
								
							 
						 
						
							
							
								
								Add Distributed Multihead X (DMX) support  
							
							 
							
							
							
						 
						
							2004-06-30 20:06:56 +00:00