summaryrefslogtreecommitdiffstats
path: root/src/glib-2-remove-runtime-warning-gtkapplication.patch
diff options
context:
space:
mode:
authorGerardo Ballabio <gerardo.ballabio@gmail.com>2015-08-16 11:18:24 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2015-09-21 00:05:18 (GMT)
commitbf063501351aab5b3a08601a7f3bbb5fe31bb6a6 (patch)
tree6405e02cf9992eeb9acf6fbfc48dea9b423aaad2 /src/glib-2-remove-runtime-warning-gtkapplication.patch
parenta65e97c541d9fd6a881771b89fa7190bdfc49650 (diff)
downloadmxe-bf063501351aab5b3a08601a7f3bbb5fe31bb6a6.zip
mxe-bf063501351aab5b3a08601a7f3bbb5fe31bb6a6.tar.gz
mxe-bf063501351aab5b3a08601a7f3bbb5fe31bb6a6.tar.bz2
add packages gtk3 and gtkmm3
Pango has been updated to 1.37.4 in 24cf97dbdd62ece0ea0b39cf33694a8804352bd1 Side effects: * mute function g_win32_run_session_bus of glib (see the thread) * add new external dependency: gdk-pixbuf Original thread: https://lists.nongnu.org/archive/html/mingw-cross-env-list/2015-08/msg00009.html
Diffstat (limited to 'src/glib-2-remove-runtime-warning-gtkapplication.patch')
-rw-r--r--src/glib-2-remove-runtime-warning-gtkapplication.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/glib-2-remove-runtime-warning-gtkapplication.patch b/src/glib-2-remove-runtime-warning-gtkapplication.patch
new file mode 100644
index 0000000..3d47602
--- /dev/null
+++ b/src/glib-2-remove-runtime-warning-gtkapplication.patch
@@ -0,0 +1,24 @@
+This file is part of MXE.
+See index.html for further information.
+
+Remove an annoying runtime warning that pops up when using GtkApplication
+in Gtk+ 3 programs.
+
+--- a/gio/gdbusaddress.c 2014-06-28 19:02:43.000000000 +0200
++++ b/gio/gdbusaddress.c 2015-08-12 20:26:45.931228430 +0200
+@@ -1325,6 +1325,7 @@
+ __declspec(dllexport) void CALLBACK
+ g_win32_run_session_bus (HWND hwnd, HINSTANCE hinst, char *cmdline, int nCmdShow)
+ {
++ /*
+ GDBusDaemon *daemon;
+ GMainLoop *loop;
+ const char *address;
+@@ -1354,6 +1355,7 @@
+
+ g_main_loop_unref (loop);
+ g_object_unref (daemon);
++ */
+ }
+
+ static gchar *