diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-08-27 12:42:54 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-08-27 12:42:54 +0200 |
commit | 75e1e83713a83cd98f05d35efcedd6ac041788da (patch) | |
tree | 24493781f046052f5140e0aa2dd8f752588ac8b8 /src/feh.h | |
parent | 3b8253278ccfa01c18262a31b7e92181ad3ad345 (diff) |
Key actions can now also be bound to buttons. not vice versa, though
Diffstat (limited to 'src/feh.h')
-rw-r--r-- | src/feh.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -141,6 +141,7 @@ char *slideshow_create_name(feh_file * file, winwidget winwid); void init_keyevents(void); void init_buttonbindings(void); void feh_event_handle_keypress(XEvent * ev); +void feh_event_handle_generic(winwidget winwid, unsigned int state, KeySym keysym, unsigned int button); void feh_action_run(feh_file * file, char *action); char *format_size(int size); char *feh_printf(char *str, feh_file * file, winwidget winwid); |