Commit Debian 3.0 (quilt) metadata archive/raspbian/3.30.0-1+rpi1 raspbian/3.30.0-1+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Sun, 23 Sep 2018 16:49:59 +0000 (16:49 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sun, 23 Sep 2018 16:49:59 +0000 (16:49 +0000)
[dgit (6.11) quilt-fixup]

debian/patches/further-hacks-to-test-program-to-make-it.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/further-hacks-to-test-program-to-make-it.patch b/debian/patches/further-hacks-to-test-program-to-make-it.patch
new file mode 100644 (file)
index 0000000..56dbff6
--- /dev/null
@@ -0,0 +1,40 @@
+From: Peter Michael Green <plugwash@raspbian.org>
+Date: Sun, 23 Sep 2018 16:48:47 +0000
+X-Dgit-Generated: 3.30.0-1+rpi1 1c35db523471108e343f628e29236dde0ceaae94
+Subject: Further hacks to test program to make it build with non-wayland gtk/gdk.
+
+
+---
+
+--- mutter-3.30.0.orig/src/tests/test-client.c
++++ mutter-3.30.0/src/tests/test-client.c
+@@ -39,9 +39,9 @@ window_export_handle_cb (GdkWindow  *win
+ {
+   GdkWindow *gdk_window = gtk_widget_get_window (GTK_WIDGET (user_data));
+-  if (!gdk_wayland_window_set_transient_for_exported (gdk_window,
+-                                                      (gchar *) handle_str))
+-    g_print ("Fail to set transient_for exported window handle %s", handle_str);
++//  if (!gdk_wayland_window_set_transient_for_exported (gdk_window,
++//                                                        (gchar *) handle_str))
++//    g_print ("Fail to set transient_for exported window handle %s", handle_str);
+   gdk_window_set_modal_hint (gdk_window, TRUE);
+ }
+@@ -188,11 +188,11 @@ process_line (const char *line)
+         }
+       GdkWindow *parent_gdk_window = gtk_widget_get_window (parent_window);
+-      if (!gdk_wayland_window_export_handle (parent_gdk_window,
+-                                             window_export_handle_cb,
+-                                             window,
+-                                             NULL))
+-        g_print ("Fail to export handle for window id %s", argv[2]);
++      //if (!gdk_wayland_window_export_handle (parent_gdk_window,
++    //                                         window_export_handle_cb,
++    //                                         window,
++    //                                         NULL))
++    //    g_print ("Fail to export handle for window id %s", argv[2]);
+     }
+   else if (strcmp (argv[0], "show") == 0)
+     {
index b77170bbfbada057ef02cfe8befa6f760ac2f6ca..5e0a7799274a72134e33b8d638ba92501bc66b9f 100644 (file)
@@ -6,3 +6,4 @@ debian/synaptics-support.patch
 debian/skip-failing-tests.patch
 debian/skip-failing-tests-325.patch
 hack-one-of-the-test-programs-to-build-w.patch
+further-hacks-to-test-program-to-make-it.patch