diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-06-14 17:48:54 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-06-14 17:51:03 +0100 |
commit | a87eeb9e81eef3425ceb80233d33efd075619061 (patch) | |
tree | 1dc125dd835b602c21e5629a895d5d26b5385a7a /vcl/inc/unx/gtk/gtkframe.hxx | |
parent | 380715e7098b24b8e07f6ba260e1cdf5601aaef6 (diff) |
fixup exposes, so we get both crashers and pixels with gtk3
Diffstat (limited to 'vcl/inc/unx/gtk/gtkframe.hxx')
-rw-r--r-- | vcl/inc/unx/gtk/gtkframe.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx index de87c4b173c5..6caf39dc9644 100644 --- a/vcl/inc/unx/gtk/gtkframe.hxx +++ b/vcl/inc/unx/gtk/gtkframe.hxx @@ -222,6 +222,7 @@ class GtkSalFrame : public SalFrame // signals static gboolean signalButton( GtkWidget*, GdkEventButton*, gpointer ); static void signalStyleSet( GtkWidget*, GtkStyle* pPrevious, gpointer ); + static gboolean signalDraw( GtkWidget*, cairo_t *cr, gpointer ); static gboolean signalExpose( GtkWidget*, GdkEventExpose*, gpointer ); static gboolean signalFocus( GtkWidget*, GdkEventFocus*, gpointer ); static gboolean signalMap( GtkWidget*, GdkEvent*, gpointer ); |