summaryrefslogtreecommitdiff
path: root/recordmydesktop/src/rmd_shortcuts.c
diff options
context:
space:
mode:
Diffstat (limited to 'recordmydesktop/src/rmd_shortcuts.c')
-rw-r--r--recordmydesktop/src/rmd_shortcuts.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/recordmydesktop/src/rmd_shortcuts.c b/recordmydesktop/src/rmd_shortcuts.c
index a4031bc..dcd39d0 100644
--- a/recordmydesktop/src/rmd_shortcuts.c
+++ b/recordmydesktop/src/rmd_shortcuts.c
@@ -25,16 +25,17 @@
******************************************************************************/
#include "config.h"
+#include "rmd_shortcuts.h"
+
+#include "rmd_types.h"
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
#include <X11/Xlib.h>
#include <X11/Xlibint.h>
#include <X11/keysym.h>
-#include "rmd_shortcuts.h"
-#include "rmd_types.h"
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
int RegisterShortcut(Display *dpy,
Window root,
© All Rights Reserved