diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-01-13 21:45:15 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-01-13 21:45:15 +0100 |
commit | 2230c2e572e4912fc2fd508930a10a2655ba60f9 (patch) | |
tree | 402fb3bc5b7248c34a1f13f8744d01d611dc2a7b /src/main.c | |
parent | 4c0435b492773006d4d3e78a1dcbcafbd8982ec9 (diff) |
First step towards configurable key bindings
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -43,8 +43,10 @@ int main(int argc, char **argv) init_imlib_fonts(); - if (opt.display) + if (opt.display) { init_x_and_imlib(); + init_keyevents(); + } feh_event_init(); |