diff options
Diffstat (limited to 'multimedia/gnome-mplayer/GTK2_14.patch')
-rw-r--r-- | multimedia/gnome-mplayer/GTK2_14.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/multimedia/gnome-mplayer/GTK2_14.patch b/multimedia/gnome-mplayer/GTK2_14.patch deleted file mode 100644 index 87485d87c8..0000000000 --- a/multimedia/gnome-mplayer/GTK2_14.patch +++ /dev/null @@ -1,15 +0,0 @@ -Original patch by Kevin DeKorte <kdekorte at gmail dot com> -Recreated by Phillip Warner <pc_warner@yahoo.com> - ---- src/gui.c.orig 2009-10-16 19:46:09.000000000 -0500 -+++ src/gui.c 2009-10-16 19:47:05.000000000 -0500 -@@ -94,7 +94,9 @@ - * onwards, requesting the native window in a thread causes a BadWindowID, - * so we need to request it now. We could call gdk_window_ensure_native(), - * but that would mean we require GTK+ 2.18, so instead we call this */ -+#ifdef GTK2_14_ENABLED - GDK_WINDOW_XID(gtk_widget_get_window(GTK_WIDGET(widget))); -+#endif - } - - gint get_player_window() |