summaryrefslogtreecommitdiff
path: root/include/inputstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inputstr.h')
-rw-r--r--include/inputstr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/inputstr.h b/include/inputstr.h
index 93b32934d..65cb1b97f 100644
--- a/include/inputstr.h
+++ b/include/inputstr.h
@@ -353,6 +353,7 @@ typedef struct _XIProperty
{
struct _XIProperty *next;
Atom propertyName;
+ BOOL deletable; /* clients can delete this prop? */
XIPropertyValueRec value;
} XIPropertyRec;
@@ -369,6 +370,8 @@ typedef struct _XIPropertyHandler
XIPropertyValuePtr prop);
int (*GetProperty) (DeviceIntPtr dev,
Atom property);
+ int (*DeleteProperty) (DeviceIntPtr dev,
+ Atom property);
} XIPropertyHandler, *XIPropertyHandlerPtr;
/* states for devices */