From f0d32429776d8e722ed605eb4b7b26b5390e88a4 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Thu, 19 Feb 2009 22:23:05 +0000 Subject: Forgot a file... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20056 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/button.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/button.h b/firmware/export/button.h index ebfc1272cb..eb2435bed0 100644 --- a/firmware/export/button.h +++ b/firmware/export/button.h @@ -75,15 +75,8 @@ int button_apply_acceleration(const unsigned int data); || !defined(BUTTON_BOTTOMRIGHT)) && !defined(__PCTOOL__) #error Touchscreen button mode BUTTON_* defines not set up correctly #endif -enum touchscreen_mode { - TOUCHSCREEN_POINT = 0, /* touchscreen returns pixel co-ords */ - TOUCHSCREEN_BUTTON, /* touchscreen returns BUTTON_* area codes - actual pixel value will still be accessable - from button_get_data */ -}; -/* maybe define the number of buttons in button-target.h ? */ -void touchscreen_set_mode(enum touchscreen_mode mode); -enum touchscreen_mode touchscreen_get_mode(void); + +#include "touchscreen.h" #endif #endif /* _BUTTON_H_ */ -- cgit v1.2.3