diff options
Diffstat (limited to 'recordmydesktop/src/rmd_shortcuts.h')
-rw-r--r-- | recordmydesktop/src/rmd_shortcuts.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recordmydesktop/src/rmd_shortcuts.h b/recordmydesktop/src/rmd_shortcuts.h index 6b36854..a0dc2af 100644 --- a/recordmydesktop/src/rmd_shortcuts.h +++ b/recordmydesktop/src/rmd_shortcuts.h @@ -48,10 +48,10 @@ * \returns 0 on Success, 1 on Failure. * */ -int RegisterShortcut(Display *dpy, - Window root, - const char *shortcut, - HotKey *hotkey); +int rmdRegisterShortcut(Display *dpy, + Window root, + const char *shortcut, + HotKey *hotkey); #endif |