Stefan Dirsch
7e6a980b1f
Copy from home:oertel:branches:openSUSE:Factory/xorg-x11-server via accept of submit request 35298 revision 8. Request was accepted with message: reviewed ok. OBS-URL: https://build.opensuse.org/request/show/35298 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=229
29 lines
837 B
Diff
29 lines
837 B
Diff
Index: hw/xfree86/vnc/vncInit.c
|
|
================================================================================
|
|
--- hw/xfree86/vnc/vncInit.c
|
|
+++ hw/xfree86/vnc/vncInit.c
|
|
@@ -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}
|
|
--- xcliplist/cliplistmod.c
|
|
+++ xcliplist/cliplistmod.c
|
|
@@ -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}
|