diff options
Diffstat (limited to 'src/XExtInt.c')
-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 99d80ab..b9f10fe 100644 --- a/src/XExtInt.c +++ b/src/XExtInt.c @@ -869,6 +869,7 @@ static int count_bits(unsigned char* ptr, int len) return bits; } +/* Keep this in sync with XIFreeEventData() */ static int wireToDeviceEvent(xXIDeviceEvent *in, XIDeviceEvent* out) { |