summaryrefslogtreecommitdiff
path: root/hw/xnest/Pointer.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xnest/Pointer.h')
-rw-r--r--hw/xnest/Pointer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xnest/Pointer.h b/hw/xnest/Pointer.h
index 27a2011b8..872dfb8ee 100644
--- a/hw/xnest/Pointer.h
+++ b/hw/xnest/Pointer.h
@@ -23,6 +23,8 @@ is" without express or implied warranty.
(ButtonPressMask | ButtonReleaseMask | PointerMotionMask | \
EnterWindowMask | LeaveWindowMask)
+extern DeviceIntPtr xnestPointerDevice;
+
void xnestChangePointerControl(DeviceIntPtr pDev, PtrCtrl *ctrl);
int xnestPointerProc(DeviceIntPtr pDev, int onoff);