From 5ebd0cfd81e5e285b3c1fa1bb4f1418c08d7b334 Mon Sep 17 00:00:00 2001 From: kwm Date: Sat, 19 Feb 2011 15:48:47 +0000 Subject: This patch isn't needed. Note to self, don't do dry commits. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15243 df743ca5-7f9a-e211-a948-0013205c9059 --- multimedia/totem3/files/patch-gtk | 84 --------------------------------------- 1 file changed, 84 deletions(-) delete mode 100644 multimedia/totem3/files/patch-gtk (limited to 'multimedia/totem3') diff --git a/multimedia/totem3/files/patch-gtk b/multimedia/totem3/files/patch-gtk deleted file mode 100644 index 51027c069..000000000 --- a/multimedia/totem3/files/patch-gtk +++ /dev/null @@ -1,84 +0,0 @@ ---- browser-plugin/totem-plugin-viewer.c.orig 2011-02-02 11:24:22.000000000 +0000 -+++ browser-plugin/totem-plugin-viewer.c 2011-02-17 21:10:13.000000000 +0000 -@@ -33,7 +33,7 @@ - #include - #include - #include --#include -+#include - #include - - #include -@@ -1797,7 +1797,7 @@ totem_embedded_key_press_event (GtkWidge - - static gboolean - totem_embedded_construct (TotemEmbedded *emb, -- Window xid, -+ GdkNativeWindow xid, - int width, - int height) - { -@@ -2086,7 +2086,7 @@ totem_embedded_set_window (TotemEmbedded - embedded->width = width; - embedded->height = height; - -- totem_embedded_construct (embedded, (Window) window, -+ totem_embedded_construct (embedded, (GdkNativeWindow) window, - width, height); - - return TRUE; ---- src/backend/bacon-video-widget-gst-missing-plugins.c.orig 2011-02-02 11:24:22.000000000 +0000 -+++ src/backend/bacon-video-widget-gst-missing-plugins.c 2011-02-17 21:10:13.000000000 +0000 -@@ -35,7 +35,7 @@ - #include - - #ifdef GDK_WINDOWING_X11 --#include -+#include - #endif - - #include -@@ -57,12 +57,12 @@ TotemCodecInstallContext; - - #ifdef GDK_WINDOWING_X11 - /* Adapted from totem-interface.c */ --static Window -+static GdkNativeWindow - bacon_video_widget_gtk_plug_get_toplevel (GtkPlug *plug) - { - Window root, parent, *children; - guint nchildren; -- Window xid; -+ GdkNativeWindow xid; - - g_return_val_if_fail (GTK_IS_PLUG (plug), 0); - -@@ -86,7 +86,7 @@ bacon_video_widget_gtk_plug_get_toplevel - while (TRUE); - } - --static Window -+static GdkNativeWindow - bacon_video_widget_gst_get_toplevel (GtkWidget *widget) - { - GtkWidget *parent; ---- src/totem-interface.c.orig 2011-02-02 11:24:22.000000000 +0000 -+++ src/totem-interface.c 2011-02-17 21:10:13.000000000 +0000 -@@ -43,7 +43,7 @@ - #include - #include - #include --#include -+#include - - #include "totem-interface.h" - -@@ -293,7 +293,7 @@ totem_gtk_plug_get_toplevel (GtkPlug *pl - { - Window root, parent, *children; - guint nchildren; -- Window xid; -+ GdkNativeWindow xid; - - g_return_val_if_fail (GTK_IS_PLUG (plug), NULL); - -- cgit v1.2.3