From 9f6a75a35de8d05a8ae2e8b5d5cd10d960d4de4b Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sat, 8 Nov 2008 15:10:49 +0100 Subject: cleanup Signed-off-by: Henrik Rydberg --- src/mtouch.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mtouch.h') diff --git a/src/mtouch.h b/src/mtouch.h index a131b40..5edc6e5 100644 --- a/src/mtouch.h +++ b/src/mtouch.h @@ -13,14 +13,13 @@ struct MTouch { struct IOBuffer buf; struct HWData hw; struct State os, ns; - bool grabbed; }; //////////////////////////////////////////////////////// int configure_mtouch(struct MTouch *mt, int fd); int open_mtouch(struct MTouch *mt, int fd); -void close_mtouch(struct MTouch *mt, int fd); +int close_mtouch(struct MTouch *mt, int fd); bool read_synchronized_event(struct MTouch *mt, int fd); -- cgit v1.2.3