diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-05-12 17:33:48 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-05-12 17:33:48 +1000 |
commit | eebdca00c416924b0423879a62498df8afed633e (patch) | |
tree | aa0582b45da43657aab816df8459e837b2370d50 /src/XISelEv.c | |
parent | 23246e5788a01091ed666539359614cd5c100a9b (diff) |
XISelectEvents, not the singular version
Diffstat (limited to 'src/XISelEv.c')
-rw-r--r-- | src/XISelEv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XISelEv.c b/src/XISelEv.c index c8f2c15..aef32d1 100644 --- a/src/XISelEv.c +++ b/src/XISelEv.c @@ -42,7 +42,7 @@ in this Software without prior written authorization from the author. #include "XIint.h" int -XISelectEvent(Display* dpy, Window win, XIDeviceEventMask* masks, int num_masks) +XISelectEvents(Display* dpy, Window win, XIDeviceEventMask* masks, int num_masks) { XIDeviceEventMask *current; xXISelectEventsReq *req; |