From 2230c2e572e4912fc2fd508930a10a2655ba60f9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 13 Jan 2011 21:45:15 +0100 Subject: First step towards configurable key bindings --- src/structs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/structs.h') 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 -- cgit v1.2.3