From d8827b5ff10c66a065a210d8aaf1d88214ee1070 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Fri, 18 Jun 2010 21:10:01 +0000 Subject: Theme Editor: Working on rendering viewports, display will now show %V(...) viewports as red rectangles over backdrop or background color git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26940 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/themeeditor.pro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'utils/themeeditor/themeeditor.pro') diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index 157433ef55..ba3efa92db 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -35,7 +35,9 @@ HEADERS += models/parsetreemodel.h \ gui/tabcontent.h \ gui/configdocument.h \ gui/skinviewer.h \ - graphics/rbscreen.h + graphics/rbscreen.h \ + graphics/rbviewport.h \ + graphics/rbrenderinfo.h SOURCES += main.cpp \ models/parsetreemodel.cpp \ models/parsetreenode.cpp \ @@ -47,7 +49,9 @@ SOURCES += main.cpp \ models/projectmodel.cpp \ gui/configdocument.cpp \ gui/skinviewer.cpp \ - graphics/rbscreen.cpp + graphics/rbscreen.cpp \ + graphics/rbviewport.cpp \ + graphics/rbrenderinfo.cpp OTHER_FILES += README \ resources/windowicon.png \ resources/appicon.xcf \ -- cgit v1.2.3