summaryrefslogtreecommitdiff
path: root/hw/xquartz/xpr/xprAppleWM.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xquartz/xpr/xprAppleWM.c')
-rw-r--r--hw/xquartz/xpr/xprAppleWM.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/hw/xquartz/xpr/xprAppleWM.c b/hw/xquartz/xpr/xprAppleWM.c
index fae9a0422..fb506986c 100644
--- a/hw/xquartz/xpr/xprAppleWM.c
+++ b/hw/xquartz/xpr/xprAppleWM.c
@@ -104,14 +104,18 @@ static int xprFrameDraw(
return Success;
}
-
static AppleWMProcsRec xprAppleWMProcs = {
xp_disable_update,
xp_reenable_update,
xprSetWindowLevel,
xp_frame_get_rect,
xp_frame_hit_test,
- xprFrameDraw
+ xprFrameDraw,
+#if defined(XPLUGIN_VERSION) && XPLUGIN_VERSION >= 2
+ xp_set_dock_proxy
+#else
+ NULL
+#endif
};