summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-01-13 21:45:15 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-01-13 21:45:15 +0100
commit2230c2e572e4912fc2fd508930a10a2655ba60f9 (patch)
tree402fb3bc5b7248c34a1f13f8744d01d611dc2a7b /src/structs.h
parent4c0435b492773006d4d3e78a1dcbcafbd8982ec9 (diff)
First step towards configurable key bindings
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h
index a2d3527..a373286 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -33,5 +33,7 @@ typedef struct __feh_file_info feh_file_info;
typedef struct __winwidget _winwidget;
typedef _winwidget *winwidget;
typedef struct __fehoptions fehoptions;
+typedef struct __fehkey fehkey;
+typedef struct __fehkb fehkb;
#endif