diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-08-28 11:04:19 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-08-28 11:04:19 +0200 |
commit | 141e3a8d45e140f9b2b1ea83cfcae13764e203cb (patch) | |
tree | 7dc257b1b37c107b446e0d0ce65c26598a67eba4 /src/feh.h | |
parent | e8da0b7677c663fc90f43ea52c591ba1de2122a0 (diff) |
dedup key/button initialization
Diffstat (limited to 'src/feh.h')
-rw-r--r-- | src/feh.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -142,6 +142,7 @@ 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); +fehkey *feh_str_to_kb(char * action); void feh_action_run(feh_file * file, char *action); char *format_size(int size); char *feh_printf(char *str, feh_file * file, winwidget winwid); |