summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-05-12 16:14:23 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-05-12 16:14:23 +1000
commit23246e5788a01091ed666539359614cd5c100a9b (patch)
tree0baca435d744aaa48ebcf0af20ac3d6996201e3a /src
parent9451d09d2b9cdbe2deff7986a4c5553ba922989c (diff)
Support per-device flags for XIDeviceHierarchyEvents
Diffstat (limited to 'src')
-rw-r--r--src/XExtInt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/XExtInt.c b/src/XExtInt.c
index 1d12061..beb8127 100644
--- a/src/XExtInt.c
+++ b/src/XExtInt.c
@@ -994,6 +994,7 @@ wireToHierarchyChangedEvent(xXIDeviceHierarchyEvent *in, XIDeviceHierarchyEvent*
info_out->attachment = info_in->attachment;
info_out->use = info_in->use;
info_out->enabled = info_in->enabled;
+ info_out->flags = info_in->flags;
}
return 1;