From b58c46189cdb81eeac8796eb99e32f13c55fe95d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 28 Sep 2011 22:02:44 +0200 Subject: Use buttons config instead of button options --- 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 3942bc0..e1acf2d 100644 --- a/src/structs.h +++ b/src/structs.h @@ -36,5 +36,7 @@ typedef _winwidget *winwidget; typedef struct __fehoptions fehoptions; typedef struct __fehkey fehkey; typedef struct __fehkb fehkb; +typedef struct __fehbutton fehbutton; +typedef struct __fehbb fehbb; #endif -- cgit v1.2.3