diff options
author | Calvin <calvin@bastille> | 2014-02-11 18:54:13 -0500 |
---|---|---|
committer | Calvin <calvin@bastille> | 2014-02-11 18:54:13 -0500 |
commit | d500577952549c68ac778e7cc58328c616ee99f9 (patch) | |
tree | 6e847ea3a8cb54bc54009d233e17d18aefecf5c6 /hotkey.c | |
parent | 8f5f33b271e4eb6f22e19c980693375a628842b8 (diff) |
fix syntax
Diffstat (limited to 'hotkey.c')
-rw-r--r-- | hotkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -211,7 +211,7 @@ int main(int argc, char **argv) { XGrabKey(dpy, XKeysymToKeycode(dpy,hotkeys[i]->keysym), hotkeys[i]->mod, root, False, GrabModeAsync, GrabModeAsync); } - wait_for_input(dpy, root, hotkeys, len); + wait_for_input(dpy, root, hotkeys, len); XCloseDisplay(dpy); return 0; |