diff options
Diffstat (limited to 'x11-toolkits/wxgtk26/files/patch-src-gtk-clipbrd.cpp')
-rw-r--r-- | x11-toolkits/wxgtk26/files/patch-src-gtk-clipbrd.cpp | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/x11-toolkits/wxgtk26/files/patch-src-gtk-clipbrd.cpp b/x11-toolkits/wxgtk26/files/patch-src-gtk-clipbrd.cpp deleted file mode 100644 index 1568c514b291..000000000000 --- a/x11-toolkits/wxgtk26/files/patch-src-gtk-clipbrd.cpp +++ /dev/null @@ -1,26 +0,0 @@ ---- src/gtk/clipbrd.cpp.orig Wed Mar 22 05:42:16 2006 -+++ src/gtk/clipbrd.cpp Sun Apr 2 17:51:17 2006 -@@ -494,16 +494,21 @@ - - delete[] array; - -+#ifdef __WXGTK20__ - gtk_signal_connect( GTK_OBJECT(m_clipboardWidget), - "selection_get", - GTK_SIGNAL_FUNC(selection_handler), - GUINT_TO_POINTER( --#ifdef __WXGTK20__ - gtk_get_current_event_time() -+ ) ); - #else -+ gtk_signal_connect( GTK_OBJECT(m_clipboardWidget), -+ "selection_get", -+ GTK_SIGNAL_FUNC(selection_handler), -+ GUINT_TO_POINTER( - gdk_event_get_time(gtk_get_current_event()) --#endif - ) ); -+#endif - - #if wxUSE_THREADS - /* disable GUI threads */ |