summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xinput2_ivy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xinput2_ivy.c b/xinput2_ivy.c
index 8032344..5b1b296 100644
--- a/xinput2_ivy.c
+++ b/xinput2_ivy.c
@@ -234,7 +234,7 @@ static void raw_event_callback (XIRawEvent *event) {
/*printf("%s\n", message);*/
}
-static void X_callback (Channel channel, HANDLE fd, void *data) {
+static void X_callback (Channel channel, IVY_HANDLE fd, void *data) {
static XEvent event;
static XGenericEventCookie *cookie = (XGenericEventCookie*)&event.xcookie;
static char message[2000];