summaryrefslogtreecommitdiffstats
path: root/src/Gui/Window.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-04-07 03:45:04 +0200
committerneoraider <devnull@localhost>2008-04-07 03:45:04 +0200
commit761c681764d4dae3b9776a57e4c3e5561e37f733 (patch)
tree47d1862ec4274466f42480ca8d68c3c7cb0e7d9c /src/Gui/Window.h
parentcbc867ee44137b24e2549271499a9d211cd6b000 (diff)
downloadzoomedit-761c681764d4dae3b9776a57e4c3e5561e37f733.tar
zoomedit-761c681764d4dae3b9776a57e4c3e5561e37f733.zip
zoomedit: Added RenderArea with OpenGL support.
Diffstat (limited to 'src/Gui/Window.h')
-rw-r--r--src/Gui/Window.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Gui/Window.h b/src/Gui/Window.h
index f940c1d..89e9f49 100644
--- a/src/Gui/Window.h
+++ b/src/Gui/Window.h
@@ -3,11 +3,15 @@
#include <gtkmm/window.h>
#include <libglademm/xml.h>
+#include "RenderArea.h"
namespace ZoomEdit {
namespace Gui {
class Window : public Gtk::Window {
+ private:
+ RenderArea *renderArea;
+
public:
Window(BaseObjectType *cobject, const Glib::RefPtr<Gnome::Glade::Xml> &xml);
virtual ~Window();