소스 검색

Copy commit 5095 from trunk.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_3@5096 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v1.3.0
Pierre Ossman 11 년 전
부모
커밋
c6d7dbf7e3
2개의 변경된 파일14개의 추가작업 그리고 14개의 파일을 삭제
  1. 7
    7
      unix/xserver113.patch
  2. 7
    7
      unix/xserver114.patch

+ 7
- 7
unix/xserver113.patch 파일 보기

@@ -80,13 +80,13 @@ diff -up xserver/mi/miinitext.c.vnc xserver/mi/miinitext.c
/* The following is only a small first step towards run-time
* configurable extensions.
*/
@@ -299,6 +303,9 @@ static ExtensionModule staticExtensions[
#ifdef XSELINUX
{SELinuxExtensionInit, SELINUX_EXTENSION_NAME, &noSELinuxExtension},
#endif
@@ -238,6 +242,9 @@ EnableDisableExtensionError(const char *
/* List of built-in (statically linked) extensions */
static ExtensionModule staticExtensions[] = {
+#ifdef TIGERVNC
+ {vncExtensionInit, "VNC-EXTENSION", NULL},
+#endif
};
static ExtensionModule *ExtensionModuleList = NULL;
{GEExtensionInit, "Generic Event Extension", &noGEExtension},
{ShapeExtensionInit, "SHAPE", NULL},
#ifdef MITSHM

+ 7
- 7
unix/xserver114.patch 파일 보기

@@ -72,16 +72,16 @@ diff -up xserver/mi/miinitext.c.vnc xserver/mi/miinitext.c
/* The following is only a small first step towards run-time
* configurable extensions.
*/
@@ -302,6 +306,9 @@ static ExtensionModule staticExtensions[
#ifdef XSELINUX
{SELinuxExtensionInit, SELINUX_EXTENSION_NAME, &noSELinuxExtension},
#endif
@@ -238,6 +242,9 @@ EnableDisableExtensionError(const char *
/* List of built-in (statically linked) extensions */
static ExtensionModule staticExtensions[] = {
+#ifdef TIGERVNC
+ {vncExtensionInit, "VNC-EXTENSION", NULL},
+#endif
};
static ExtensionModule *ExtensionModuleList = NULL;
{GEExtensionInit, "Generic Event Extension", &noGEExtension},
{ShapeExtensionInit, "SHAPE", NULL},
#ifdef MITSHM
diff -up xserver/os/WaitFor.c.vnc xserver/os/WaitFor.c
--- xserver/os/WaitFor.c.vnc 2013-04-10 14:51:13.000000000 +0200
+++ xserver/os/WaitFor.c 2013-04-10 14:55:40.000000000 +0200

Loading…
취소
저장