mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dix: add deletable field to PropertyRec
Preparational step for later using this struct for XI. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -61,6 +61,7 @@ typedef struct _Property {
|
||||
ATOM propertyName;
|
||||
PropertyValueRec value;
|
||||
PrivateRec *devPrivates;
|
||||
Bool deletable;
|
||||
} PropertyRec;
|
||||
|
||||
#endif /* PROPERTYSTRUCT_H */
|
||||
|
||||
Reference in New Issue
Block a user