summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/window
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2011-10-21 15:27:17 +0100
committerMichael Meeks <michael.meeks@suse.com>2011-10-25 13:41:58 +0100
commit12b3f6a9d8ebb994f974b3ea906502c3ed5c326d (patch)
treedca692e125ad8114c0b7cad7aa914512f519d004 /vcl/unx/gtk/window
parenta07e8231a5cd3e12f7120486098479ab6ae6bcc2 (diff)
gtk3: add some missing SolarMutexGuards (thanks to mst for noticing)
Diffstat (limited to 'vcl/unx/gtk/window')
-rw-r--r--vcl/unx/gtk/window/gtkframe.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/unx/gtk/window/gtkframe.cxx b/vcl/unx/gtk/window/gtkframe.cxx
index 3ab7840d0c39..87d1f490f624 100644
--- a/vcl/unx/gtk/window/gtkframe.cxx
+++ b/vcl/unx/gtk/window/gtkframe.cxx
@@ -3219,6 +3219,8 @@ gboolean GtkSalFrame::signalFocus( GtkWidget*, GdkEventFocus* pEvent, gpointer f
extern "C" {
gboolean implDelayedFullScreenHdl (void *pWindow)
{
+ SolarMutexGuard aGuard;
+
/* #i110881# workaround a gtk issue (see
https://bugzilla.redhat.com/show_bug.cgi?id=623191#c8)
gtk_window_fullscreen can fail due to a race condition,