diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2016-04-01 16:53:42 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2016-04-01 16:53:42 +1100 |
commit | 72fe2c3e68173aabc6b7fe1e88bbc4c352570cc1 (patch) | |
tree | ea118c975495f44d43c19e9fefcee7e02848f16c /fltk/fltk-1.3.3-fl_open_display.patch | |
parent | 5f8056269d354c3b04ee73ea8de2f5c1f47e7e5d (diff) | |
download | contrib-72fe2c3e68173aabc6b7fe1e88bbc4c352570cc1.tar.gz contrib-72fe2c3e68173aabc6b7fe1e88bbc4c352570cc1.tar.xz |
fltk: various bug fixes and visibility fix
Diffstat (limited to 'fltk/fltk-1.3.3-fl_open_display.patch')
-rw-r--r-- | fltk/fltk-1.3.3-fl_open_display.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fltk/fltk-1.3.3-fl_open_display.patch b/fltk/fltk-1.3.3-fl_open_display.patch new file mode 100644 index 000000000..562f11570 --- /dev/null +++ b/fltk/fltk-1.3.3-fl_open_display.patch @@ -0,0 +1,10 @@ +--- a/src/Fl_x.cxx ++++ b/src/Fl_x.cxx +@@ -2211,6 +2211,7 @@ + static int result = -1; + + if (result == -1) { ++ fl_open_display(); + result = 0; + unsigned long nitems; + unsigned long *words = 0; |