diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-08-17 14:33:25 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-10-25 13:41:44 +0100 |
commit | c11c452aa180393e56b79eb256c79e895fa169c8 (patch) | |
tree | 6c7a238642476a2170f92da99d7f5830a12b731d /vcl/inc/unx/gtk | |
parent | 4a7e3482912c90b73d6e12c82bcd9ce31975e3f1 (diff) |
remove conditionals, and split pieces into salnativewidgets
Diffstat (limited to 'vcl/inc/unx/gtk')
-rw-r--r-- | vcl/inc/unx/gtk/gtkgdi.hxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/vcl/inc/unx/gtk/gtkgdi.hxx b/vcl/inc/unx/gtk/gtkgdi.hxx index e00808934006..b08fcf738ed0 100644 --- a/vcl/inc/unx/gtk/gtkgdi.hxx +++ b/vcl/inc/unx/gtk/gtkgdi.hxx @@ -41,9 +41,6 @@ #include <unx/headless/svpgdi.hxx> -// Disabled for gtk3 - use legacy theming code -#define GTK_GRAPHICS_DISABLED - class GtkSalFrame; class GtkSalGraphics : public SvpSalGraphics { @@ -65,10 +62,7 @@ class GtkSalGraphics : public X11SalGraphics Region m_aClipRegion; public: - GtkSalGraphics( GtkSalFrame *, GtkWidget *window ) - : m_pWindow( window ), - m_aClipRegion( REGION_NULL ) - {} + GtkSalGraphics( GtkSalFrame *, GtkWidget *window ); virtual ~GtkSalGraphics(); inline GtkWidget* GetGtkWidget() const { return m_pWindow; } |