diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-07-18 11:08:51 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-10-25 13:41:42 +0100 |
commit | e3f5a2cc1e0b5bbc628e16131e6ef9f7fe1014b5 (patch) | |
tree | 446231a79944bca2ee2eb6d531d096d2866a2a56 /vcl/inc/unx/gtk/gtkframe.hxx | |
parent | f8ecdeb79248f000d3f462532494058286e22665 (diff) |
gtk3: decision - client-side rendering is the way, avoid X11
Diffstat (limited to 'vcl/inc/unx/gtk/gtkframe.hxx')
-rw-r--r-- | vcl/inc/unx/gtk/gtkframe.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx index 26100372113f..60256600ab89 100644 --- a/vcl/inc/unx/gtk/gtkframe.hxx +++ b/vcl/inc/unx/gtk/gtkframe.hxx @@ -180,7 +180,7 @@ class GtkSalFrame : public SalFrame, basebmp::BitmapDeviceDamageTracker int m_nScreen; GtkWidget* m_pWindow; -#if GTK_CHECK_VERSION(3,0,0) && !defined GTK3_X11_RENDER +#if GTK_CHECK_VERSION(3,0,0) basebmp::BitmapDeviceSharedPtr m_aFrame; #endif int m_nDuringRender; |