summaryrefslogtreecommitdiff
path: root/src/feh.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-08-27 12:42:54 +0200
committerDaniel Friesel <derf@finalrewind.org>2016-08-27 12:42:54 +0200
commit75e1e83713a83cd98f05d35efcedd6ac041788da (patch)
tree24493781f046052f5140e0aa2dd8f752588ac8b8 /src/feh.h
parent3b8253278ccfa01c18262a31b7e92181ad3ad345 (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feh.h b/src/feh.h
index 73ef1f6..970b93a 100644
--- a/src/feh.h
+++ b/src/feh.h
@@ -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);