diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-07-13 11:24:35 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-07-13 11:35:37 +1000 |
commit | d02c85fbd2a204a78a9d515960d817ed37e3d492 (patch) | |
tree | 1f297b9ee965d29e1d4a12636dda0abafb7d10cf /src | |
parent | 07d7fc323367ac93c3c26eaf130284e31aa961ea (diff) |
Add the deviceid to XI2 property events.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
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 e06cc91..816c8c0 100644 --- a/src/XExtInt.c +++ b/src/XExtInt.c @@ -1632,6 +1632,7 @@ wireToPropertyEvent(xXIPropertyEvent *in, XGenericEventCookie *cookie) out->time = in->time; out->property = in->property; out->what = in->what; + out->deviceid = in->deviceid; return 1; } |