sharkcz / rpms / tigervnc

Forked from rpms/tigervnc 4 years ago
Clone
16645cc
diff -up xorg-server-1.15.99.904/configure.ac.xserver-1.14-rebased xorg-server-1.15.99.904/configure.ac
16645cc
--- xorg-server-1.15.99.904/configure.ac.xserver-1.14-rebased	2014-07-15 09:08:45.084879742 +0100
16645cc
+++ xorg-server-1.15.99.904/configure.ac	2014-07-15 09:09:25.421078698 +0100
16645cc
@@ -76,6 +76,7 @@ dnl os-strfeatures.h covers HAVE_STRFOO
16645cc
 AC_CONFIG_HEADERS(include/os-strfeatures.h)
9499d11
 
9499d11
 AM_PROG_AS
9499d11
+AC_PROG_CXX
9499d11
 AC_PROG_LN_S
9499d11
 LT_PREREQ([2.2])
9499d11
 LT_INIT([disable-static win32-dll])
16645cc
@@ -1797,6 +1798,10 @@ if test "x$XVFB" = xyes; then
9499d11
 	AC_SUBST([XVFB_SYS_LIBS])
9499d11
 fi
9499d11
 
9499d11
+dnl Xvnc DDX
9499d11
+AC_SUBST([XVNC_CPPFLAGS], ["-DHAVE_DIX_CONFIG_H $XSERVER_CFLAGS"])
9499d11
+AC_SUBST([XVNC_LIBS], ["$FB_LIB $FIXES_LIB $XEXT_LIB $CONFIG_LIB $DBE_LIB $RECORD_LIB $GLX_LIBS $RANDR_LIB $RENDER_LIB $DAMAGE_LIB $MIEXT_SYNC_LIB $MIEXT_DAMAGE_LIB $MIEXT_SHADOW_LIB $XI_LIB $XKB_LIB $XKB_STUB_LIB $COMPOSITE_LIB $MAIN_LIB"])
9499d11
+AC_SUBST([XVNC_SYS_LIBS], ["$GLX_SYS_LIBS"])
9499d11
 
9499d11
 dnl Xnest DDX
9499d11
 
16645cc
@@ -1832,6 +1837,8 @@ if test "x$XORG" = xauto; then
9499d11
 fi
9499d11
 AC_MSG_RESULT([$XORG])
9499d11
 
9499d11
+AC_DEFINE_UNQUOTED(XORG_VERSION_CURRENT, [$VENDOR_RELEASE], [Current Xorg version])
9499d11
+
9499d11
 if test "x$XORG" = xyes; then
9499d11
 	XORG_DDXINCS='-I$(top_srcdir)/hw/xfree86 -I$(top_srcdir)/hw/xfree86/include -I$(top_srcdir)/hw/xfree86/common'
9499d11
 	XORG_OSINCS='-I$(top_srcdir)/hw/xfree86/os-support -I$(top_srcdir)/hw/xfree86/os-support/bus -I$(top_srcdir)/os'
16645cc
@@ -2053,7 +2060,6 @@ if test "x$XORG" = xyes; then
9499d11
 	AC_DEFINE(XORG_SERVER, 1, [Building Xorg server])
9499d11
 	AC_DEFINE(XORGSERVER, 1, [Building Xorg server])
9499d11
 	AC_DEFINE(XFree86Server, 1, [Building XFree86 server])
9499d11
-	AC_DEFINE_UNQUOTED(XORG_VERSION_CURRENT, [$VENDOR_RELEASE], [Current Xorg version])
9499d11
 	AC_DEFINE(NEED_XF86_TYPES, 1, [Need XFree86 typedefs])
9499d11
 	AC_DEFINE(NEED_XF86_PROTOTYPES, 1, [Need XFree86 helper functions])
9499d11
 	AC_DEFINE(__XSERVERNAME__, "Xorg", [Name of X server])
16645cc
@@ -2591,6 +2597,7 @@ hw/dmx/Makefile
9499d11
 hw/dmx/man/Makefile
9499d11
 hw/vfb/Makefile
9499d11
 hw/vfb/man/Makefile
9499d11
+hw/vnc/Makefile
9499d11
 hw/xnest/Makefile
9499d11
 hw/xnest/man/Makefile
9499d11
 hw/xwin/Makefile
16645cc
diff -up xorg-server-1.15.99.904/hw/Makefile.am.xserver-1.14-rebased xorg-server-1.15.99.904/hw/Makefile.am
16645cc
--- xorg-server-1.15.99.904/hw/Makefile.am.xserver-1.14-rebased	2014-07-15 09:09:25.422078703 +0100
16645cc
+++ xorg-server-1.15.99.904/hw/Makefile.am	2014-07-15 09:10:09.560296411 +0100
9499d11
@@ -38,7 +38,8 @@ SUBDIRS =			\
9499d11
 	$(DMX_SUBDIRS)		\
9499d11
 	$(KDRIVE_SUBDIRS)	\
9499d11
 	$(XQUARTZ_SUBDIRS)	\
9499d11
-	$(XWAYLAND_SUBDIRS)
9499d11
+	$(XWAYLAND_SUBDIRS)	\
9499d11
+	vnc
9499d11
 
9499d11
 DIST_SUBDIRS = dmx xfree86 vfb xnest xwin xquartz kdrive xwayland
9499d11
 
16645cc
diff -up xorg-server-1.15.99.904/mi/miinitext.c.xserver-1.14-rebased xorg-server-1.15.99.904/mi/miinitext.c
16645cc
--- xorg-server-1.15.99.904/mi/miinitext.c.xserver-1.14-rebased	2014-04-16 21:24:00.000000000 +0100
16645cc
+++ xorg-server-1.15.99.904/mi/miinitext.c	2014-07-15 09:11:42.968757142 +0100
9499d11
@@ -111,6 +111,10 @@ SOFTWARE.
9499d11
 #include "micmap.h"
9499d11
 #include "globals.h"
9499d11
 
9499d11
+#ifdef TIGERVNC
9499d11
+extern void vncExtensionInit(INITARGS);
9499d11
+#endif
9499d11
+
9499d11
 /* The following is only a small first step towards run-time
9499d11
  * configurable extensions.
9499d11
  */
16645cc
@@ -235,6 +239,9 @@ EnableDisableExtensionError(const char *
9499d11
 
9499d11
 /* List of built-in (statically linked) extensions */
9499d11
 static const ExtensionModule staticExtensions[] = {
9499d11
+#ifdef TIGERVNC
9499d11
+    {vncExtensionInit, "VNC-EXTENSION", NULL},
9499d11
+#endif
9499d11
     {GEExtensionInit, "Generic Event Extension", &noGEExtension},
9499d11
     {ShapeExtensionInit, "SHAPE", NULL},
9499d11
 #ifdef MITSHM
16645cc
diff -up xorg-server-1.15.99.904/os/WaitFor.c.xserver-1.14-rebased xorg-server-1.15.99.904/os/WaitFor.c
16645cc
--- xorg-server-1.15.99.904/os/WaitFor.c.xserver-1.14-rebased	2014-02-05 03:08:57.000000000 +0000
16645cc
+++ xorg-server-1.15.99.904/os/WaitFor.c	2014-07-15 09:12:30.496991572 +0100
16645cc
@@ -125,6 +125,9 @@ static void DoTimer(OsTimerPtr timer, CA
9499d11
 static void CheckAllTimers(void);
9499d11
 static OsTimerPtr timers = NULL;
9499d11
 
9499d11
+extern void vncWriteBlockHandler(fd_set *fds);
9499d11
+extern void vncWriteWakeupHandler(int nfds, fd_set *fds);
9499d11
+
9499d11
 /*****************
9499d11
  * WaitForSomething:
9499d11
  *     Make the server suspend until there is
9499d11
@@ -150,6 +153,7 @@ WaitForSomething(int *pClientsReady)
9499d11
     INT32 timeout = 0;
9499d11
     fd_set clientsReadable;
9499d11
     fd_set clientsWritable;
9499d11
+    fd_set socketsWritable;
9499d11
     int curclient;
9499d11
     int selecterr;
9499d11
     static int nready;
9499d11
@@ -212,6 +216,9 @@ WaitForSomething(int *pClientsReady)
9499d11
             XFD_COPYSET(&AllSockets, &LastSelectMask);
9499d11
         }
9499d11
 
9499d11
+        FD_ZERO(&socketsWritable);
9499d11
+        vncWriteBlockHandler(&socketsWritable);
9499d11
+
9499d11
         BlockHandler((void *) &wt, (void *) &LastSelectMask);
9499d11
         if (NewOutputPending)
9499d11
             FlushAllOutput();