summaryrefslogtreecommitdiff
path: root/hw/xquartz/applewmExt.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xquartz/applewmExt.h')
-rw-r--r--hw/xquartz/applewmExt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xquartz/applewmExt.h b/hw/xquartz/applewmExt.h
index 60d49ef59..3fc376639 100644
--- a/hw/xquartz/applewmExt.h
+++ b/hw/xquartz/applewmExt.h
@@ -45,6 +45,7 @@ typedef int (*FrameDrawProc)(WindowPtr pWin, int class, unsigned int attr,
const BoxRec *outer, const BoxRec *inner,
unsigned int title_len,
const unsigned char *title_bytes);
+typedef int (*SendPSNProc)(uint32_t hi, uint32_t lo);
/*
* AppleWM implementation function list
@@ -56,6 +57,7 @@ typedef struct _AppleWMProcs {
FrameGetRectProc FrameGetRect;
FrameHitTestProc FrameHitTest;
FrameDrawProc FrameDraw;
+ SendPSNProc SendPSN;
} AppleWMProcsRec, *AppleWMProcsPtr;
void AppleWMExtensionInit(