From 87c1e459cc0ace8a8bdd3911cfde8793b8aab5c8 Mon Sep 17 00:00:00 2001 From: Angelo Castellani Date: Mon, 23 May 2011 11:47:37 -0400 Subject: Broke the setup tab "Video" in two Added an 'Interface' tab for the items that seemed to fit better there than in 'Video'. Signed-off-by: Jared Adams --- mana.cbp | 6 +- src/CMakeLists.txt | 2 + src/gui/setup.cpp | 2 + src/gui/setup.h | 1 + src/gui/setup_interface.cpp | 278 ++++++++++++++++++++++++++++++++++++++++++++ src/gui/setup_interface.h | 81 +++++++++++++ src/gui/setup_video.cpp | 226 +++-------------------------------- src/gui/setup_video.h | 31 +---- 8 files changed, 390 insertions(+), 237 deletions(-) create mode 100644 src/gui/setup_interface.cpp create mode 100644 src/gui/setup_interface.h diff --git a/mana.cbp b/mana.cbp index de02f73c..f4cd240c 100644 --- a/mana.cbp +++ b/mana.cbp @@ -4,6 +4,7 @@