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.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/recordmydesktop/src/rmd_shortcuts.c b/recordmydesktop/src/rmd_shortcuts.c
index dcd39d0..1712b93 100644
--- a/recordmydesktop/src/rmd_shortcuts.c
+++ b/recordmydesktop/src/rmd_shortcuts.c
@@ -37,10 +37,10 @@
#include <stdlib.h>
#include <string.h>
-int RegisterShortcut(Display *dpy,
- Window root,
- const char *shortcut,
- HotKey *hotkey){
+int rmdRegisterShortcut(Display *dpy,
+ Window root,
+ const char *shortcut,
+ HotKey *hotkey){
int keycode=0,
i, j ;
© All Rights Reserved