29 lines
1.1 KiB
Diff
29 lines
1.1 KiB
Diff
diff -u -r ../xorg-server-1.4.99.906.orig//hw/xfree86/vnc/vncInit.c ./hw/xfree86/vnc/vncInit.c
|
|
--- ../xorg-server-1.4.99.906.orig//hw/xfree86/vnc/vncInit.c 2008-08-01 22:02:51.000000000 +0000
|
|
+++ ./hw/xfree86/vnc/vncInit.c 2008-08-01 22:07:32.000000000 +0000
|
|
@@ -573,8 +573,8 @@
|
|
#if 0
|
|
ABI_EXTENSION_VERSION,
|
|
#else
|
|
- /* Hack to allow module to work with more servers (vs. 0.3 above) */
|
|
- SET_ABI_VERSION(0, 2),
|
|
+ /* Hack to allow module to work with more servers */
|
|
+ SET_ABI_VERSION(1, 0),
|
|
#endif
|
|
MOD_CLASS_EXTENSION,
|
|
{0,0,0,0}
|
|
diff -u -r ../xorg-server-1.4.99.906.orig//xcliplist/cliplistmod.c ./xcliplist/cliplistmod.c
|
|
--- ../xorg-server-1.4.99.906.orig//xcliplist/cliplistmod.c 2008-08-01 22:02:51.000000000 +0000
|
|
+++ ./xcliplist/cliplistmod.c 2008-08-01 22:07:05.000000000 +0000
|
|
@@ -26,8 +26,8 @@
|
|
#if 0
|
|
ABI_EXTENSION_VERSION,
|
|
#else
|
|
- /* Hack to allow module to work with more servers (vs. 0.3 above) */
|
|
- SET_ABI_VERSION(0, 2),
|
|
+ /* Hack to allow module to work with more servers */
|
|
+ SET_ABI_VERSION(1, 0),
|
|
#endif
|
|
MOD_CLASS_EXTENSION,
|
|
{0,0,0,0}
|