summaryrefslogtreecommitdiff
path: root/x11/fltk13/patches/patch-src_Fl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'x11/fltk13/patches/patch-src_Fl.cxx')
-rw-r--r--x11/fltk13/patches/patch-src_Fl.cxx28
1 files changed, 0 insertions, 28 deletions
diff --git a/x11/fltk13/patches/patch-src_Fl.cxx b/x11/fltk13/patches/patch-src_Fl.cxx
deleted file mode 100644
index c81fddcda20..00000000000
--- a/x11/fltk13/patches/patch-src_Fl.cxx
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-src_Fl.cxx,v 1.2 2016/01/26 08:47:28 dbj Exp $
-
-part of tigervnc.patch from archlinux package.
-
---- src/Fl.cxx.orig 2014-10-08 12:47:20.000000000 +0000
-+++ src/Fl.cxx
-@@ -70,6 +70,10 @@ void fl_cleanup_dc_list(void);
- extern double fl_mac_flush_and_wait(double time_to_wait);
- #endif // WIN32
-
-+#if !defined(WIN32) && !defined(__APPLE__)
-+extern void fl_update_focus(void);
-+#endif
-+
- //
- // Globals...
- //
-@@ -982,6 +986,10 @@ void Fl::focus(Fl_Widget *o) {
- fl_oldfocus = p;
- }
- e_number = old_event;
-+#if !defined(WIN32) && !defined(__APPLE__)
-+ // let the platform code do what it needs
-+ fl_update_focus();
-+#endif
- }
- }
-