summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandre2012-11-14 08:37:30 +0000
committerandre2012-11-14 08:37:30 +0000
commitcdcddea2b37495386e77d4cbc56fdf4dbba2cc56 (patch)
tree42c73e504910cc279081e3095724dcbb2fef4a48
parent64aa219311bcf7e660fdbdffb078250f6aa5a749 (diff)
downloadxinput2-ivy-cdcddea2b37495386e77d4cbc56fdf4dbba2cc56.zip
xinput2-ivy-cdcddea2b37495386e77d4cbc56fdf4dbba2cc56.tar.gz
xinput2-ivy-cdcddea2b37495386e77d4cbc56fdf4dbba2cc56.tar.bz2
xinput2-ivy-cdcddea2b37495386e77d4cbc56fdf4dbba2cc56.tar.xz
Rename HANDLE to IVY_HANDLE
Comply with IVY_HANDLE new type name.
-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];