aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/xf86vncModule.cc
diff options
context:
space:
mode:
Diffstat (limited to 'unix/xserver/hw/vnc/xf86vncModule.cc')
-rw-r--r--unix/xserver/hw/vnc/xf86vncModule.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/xserver/hw/vnc/xf86vncModule.cc b/unix/xserver/hw/vnc/xf86vncModule.cc
index b1ab2756..f37600b1 100644
--- a/unix/xserver/hw/vnc/xf86vncModule.cc
+++ b/unix/xserver/hw/vnc/xf86vncModule.cc
@@ -58,8 +58,10 @@ ExtensionModule vncExt =
{
vncExtensionInitWithParams,
"VNC",
+#if XORG < 112
NULL,
NULL,
+#endif
NULL
};