summaryrefslogtreecommitdiff
path: root/patches/dev300/vcl-gtk-process-events-on-exit.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/dev300/vcl-gtk-process-events-on-exit.diff')
-rw-r--r--patches/dev300/vcl-gtk-process-events-on-exit.diff19
1 files changed, 0 insertions, 19 deletions
diff --git a/patches/dev300/vcl-gtk-process-events-on-exit.diff b/patches/dev300/vcl-gtk-process-events-on-exit.diff
deleted file mode 100644
index 5805cf145..000000000
--- a/patches/dev300/vcl-gtk-process-events-on-exit.diff
+++ /dev/null
@@ -1,19 +0,0 @@
----
- vcl/unx/gtk/app/gtkdata.cxx | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
-
-diff --git vcl/unx/gtk/app/gtkdata.cxx vcl/unx/gtk/app/gtkdata.cxx
-index 4743aa9..a93c5cb 100644
---- vcl/unx/gtk/app/gtkdata.cxx
-+++ vcl/unx/gtk/app/gtkdata.cxx
-@@ -529,6 +529,7 @@ GtkXLib::~GtkXLib()
- #if OSL_DEBUG_LEVEL > 1
- fprintf( stderr, "GtkXLib::~GtkXLib()\n" );
- #endif
-+ Yield( true, true );
- StopTimer();
- // sanity check: at this point nobody should be yielding, but wake them
- // up anyway before the condition they're waiting on gets destroyed.
---
-1.7.0.1
-