aboutsummaryrefslogtreecommitdiffstats
path: root/testing/fltk/ewmh-crash.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/fltk/ewmh-crash.patch')
-rw-r--r--testing/fltk/ewmh-crash.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/testing/fltk/ewmh-crash.patch b/testing/fltk/ewmh-crash.patch
deleted file mode 100644
index 6b7d08e1bb..0000000000
--- a/testing/fltk/ewmh-crash.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-commit 6bea02745202d86a10da82d34f1f6a9233267297
-Author: lauri <cand.svn@fltk.example.org>
-Date: Tue Nov 4 17:26:47 2014 +0000
-
- The EWMH check requires an open display.
-
- Fixes a crash when a program calls take_focus() before any window has been show()n.
-
-
- git-svn-id: http://seriss.com/public/fltk/fltk/branches/branch-1.3@10434 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-
-diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx
-index 8e7100b..a0767a3 100644
---- a/src/Fl_x.cxx
-+++ b/src/Fl_x.cxx
-@@ -2211,6 +2211,7 @@ int Fl_X::ewmh_supported() {
- static int result = -1;
-
- if (result == -1) {
-+ fl_open_display();
- result = 0;
- unsigned long nitems;
- unsigned long *words = 0;