From 14238740074945d8f61e445c5d6211e1c7a50566 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Sat, 10 Jul 2010 06:43:50 +0000 Subject: Theme Editor: Added RBTouchArea class. Touch areas on a theme can now be displayed, but they're not clickable yet git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27369 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/themeeditor.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'utils/themeeditor/themeeditor.pro') diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index 49e1be953a..0805890db1 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -53,7 +53,8 @@ HEADERS += models/parsetreemodel.h \ graphics/rbtext.h \ graphics/rbfontcache.h \ graphics/rbtextcache.h \ - gui/skintimer.h + gui/skintimer.h \ + graphics/rbtoucharea.h SOURCES += main.cpp \ models/parsetreemodel.cpp \ models/parsetreenode.cpp \ @@ -77,7 +78,8 @@ SOURCES += main.cpp \ graphics/rbtext.cpp \ graphics/rbfontcache.cpp \ graphics/rbtextcache.cpp \ - gui/skintimer.cpp + gui/skintimer.cpp \ + graphics/rbtoucharea.cpp OTHER_FILES += README \ resources/windowicon.png \ resources/appicon.xcf \ -- cgit v1.2.3