diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/XExtInt.c | 1 |
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; |