summaryrefslogtreecommitdiff
path: root/Xi/getdctl.h
diff options
context:
space:
mode:
authorDaniel Stone <daniel.stone@nokia.com>2006-07-19 12:15:18 -0400
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-07-21 15:19:50 -0400
commitb308dbf273f8c26361b0fee7aca64aec3245f60b (patch)
treed81b973c4ff1149f08d876f7ae4d95060d8b6d1c /Xi/getdctl.h
parentc9a3d9baa81ceb940032ffe529d9eadf2d202ab2 (diff)
add DEVICE_TOUCHSCREEN and DEVICE_CORE Xi controls (DeviceIntRec ABI break)
Add DEVICE_TOUCHSCREEN and DEVICE_CORE controls to the Xi code, and the TouchscreenClassRec and a coreEvents flag, to toggle propagation of core events.
Diffstat (limited to 'Xi/getdctl.h')
-rw-r--r--Xi/getdctl.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Xi/getdctl.h b/Xi/getdctl.h
index c7cfb19d2..1417d1b38 100644
--- a/Xi/getdctl.h
+++ b/Xi/getdctl.h
@@ -42,6 +42,16 @@ void CopySwapDeviceResolution(ClientPtr /* client */ ,
int /* length */
);
+void CopySwapDeviceTouchscreen(ClientPtr /* client */ ,
+ TouchscreenClassPtr /* ts */ ,
+ char * /* buf */
+ );
+
+void CopySwapDeviceCore(ClientPtr /* client */ ,
+ DeviceIntPtr /* dev */ ,
+ char * /* buf */
+ );
+
void SRepXGetDeviceControl(ClientPtr /* client */ ,
int /* size */ ,
xGetDeviceControlReply * /* rep */