diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-10-20 00:33:13 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-10-20 00:33:13 +0300 |
commit | 1fab95863efc2bbf9a5b836b3de31da4a956b4bd (patch) | |
tree | f1d764dd43b82e59d8a4ed8f98e457ecf7d60fe3 /XI.h | |
parent | 926251a486b57197d735a426887acad6fdfd7dc6 (diff) |
add DEVICE_ENABLE control, add core indication
Add DEVICE_ENABLE control, which allows specific devices to be
enabled or disabled at runtime.
Add 'iscore' flag to DEVICE_CORE, which indicates whether or not the
device is a virtual core device.
Diffstat (limited to 'XI.h')
-rw-r--r-- | XI.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -160,6 +160,7 @@ SOFTWARE. #define DEVICE_RESOLUTION 1 #define DEVICE_TOUCHSCREEN 2 #define DEVICE_CORE 3 +#define DEVICE_ENABLE 4 #define NoSuchExtension 1 |