rpms/vnc/devel vnc-xorg.patch,NONE,1.1

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Tue Mar 11 12:55:07 UTC 2008


Author: atkac

Update of /cvs/pkgs/rpms/vnc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18216

Added Files:
	vnc-xorg.patch 
Log Message:
- added vnc-xorg.patch


vnc-xorg.patch:

--- NEW FILE vnc-xorg.patch ---
diff -up xorg-x11-server-source/os/WaitFor.c.orig xorg/os/WaitFor.c
--- xorg-x11-server-source/os/WaitFor.c.orig	2008-01-28 10:20:35.000000000 +0100
+++ xorg-x11-server-source/os/WaitFor.c	2008-01-28 10:21:08.000000000 +0100
@@ -332,13 +332,11 @@ WaitForSomething(int *pClientsReady)
 
 	    if (XFD_ANYSET (&devicesReadable) || XFD_ANYSET (&clientsReadable))
 		break;
-#ifdef WIN32
 	    /* Windows keyboard and mouse events are added to the input queue
 	       in Block- and WakupHandlers. There is no device to check if  
 	       data is ready. So check here if new input is available */
 	    if (*checkForInput[0] != *checkForInput[1])
 		return 0;
-#endif
 	}
     }
 
diff -up xorg-x11-server-source/mi/miinitext.c.orig xorg/mi/miinitext.c
--- xorg-x11-server-source/mi/miinitext.c.orig	2008-01-28 10:18:46.000000000 +0100
+++ xorg-x11-server-source/mi/miinitext.c	2008-01-28 10:18:58.000000000 +0100
@@ -289,6 +289,7 @@ extern void BigReqExtensionInit(INITARGS
 #ifdef MITMISC
 extern void MITMiscExtensionInit(INITARGS);
 #endif
+extern void vncExtensionInit(INITARGS);
 #ifdef XIDLE
 extern void XIdleExtensionInit(INITARGS);
 #endif
@@ -560,6 +561,7 @@ InitExtensions(argc, argv)
 #ifdef MITMISC
     if (!noMITMiscExtension) MITMiscExtensionInit();
 #endif
+    vncExtensionInit();
 #ifdef XIDLE
     if (!noXIdleExtension) XIdleExtensionInit();
 #endif
diff -up xorg-x11-server-source/hw/Makefile.am.orig xorg/hw/Makefile.am
--- xorg-x11-server-source/hw/Makefile.am.orig	2008-01-28 10:18:46.000000000 +0100
+++ xorg-x11-server-source/hw/Makefile.am	2008-01-28 10:18:58.000000000 +0100
@@ -43,7 +43,8 @@ SUBDIRS =			\
 	$(DMX_SUBDIRS)		\
 	$(KDRIVE_SUBDIRS)	\
 	$(XQUARTZ_SUBDIRS)	\
-	$(XPRINT_SUBDIRS)
+	$(XPRINT_SUBDIRS)	\
+	vnc
 
 DIST_SUBDIRS = dmx xfree86 vfb xnest xwin xquartz kdrive xgl xprint
 
diff -up xorg-x11-server-source/configure.ac.orig xorg/configure.ac
--- xorg-x11-server-source/configure.ac.orig	2008-01-28 10:18:45.000000000 +0100
+++ xorg-x11-server-source/configure.ac	2008-01-28 10:18:58.000000000 +0100
@@ -29,7 +29,6 @@ AC_PREREQ(2.57)
 AC_INIT([xorg-server], 1.4.99.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
 AC_CONFIG_SRCDIR([Makefile.am])
 AM_INIT_AUTOMAKE([dist-bzip2 foreign])
-AM_MAINTAINER_MODE
 
 dnl this gets generated by autoheader, and thus contains all the defines.  we
 dnl don't ever actually use it, internally.
@@ -2173,6 +2172,7 @@ hw/dmx/input/Makefile
 hw/dmx/glxProxy/Makefile
 hw/dmx/Makefile
 hw/vfb/Makefile
+hw/vnc/Makefile
 hw/xgl/Makefile
 hw/xgl/egl/Makefile
 hw/xgl/egl/module/Makefile




More information about the fedora-extras-commits mailing list