summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-09-03 08:42:41 +0200
committerGravatar waker <wakeroid@gmail.com>2009-09-03 08:42:41 +0200
commit8000b0a552e7176f6406d5eafe4c5db2877a1d13 (patch)
tree150d9341e68b98ade3fc155138d24a211f357b4c /plugins
parent99644f1ebe00db9ea6117ccac25a909b291bdb07 (diff)
fixed global hotkeys plugin on x86_64
Diffstat (limited to 'plugins')
-rw-r--r--plugins/hotkeys/hotkeys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hotkeys/hotkeys.c b/plugins/hotkeys/hotkeys.c
index 3a4f0402..3972dd5c 100644
--- a/plugins/hotkeys/hotkeys.c
+++ b/plugins/hotkeys/hotkeys.c
@@ -27,7 +27,7 @@ static DB_misc_t plugin;
static DB_functions_t *deadbeef;
static int finished;
static Display *disp;
-static int loop_tid;
+static intptr_t loop_tid;
#define MAX_COMMAND_COUNT 256