summaryrefslogtreecommitdiffstats
path: root/dbus-win.patch
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2007-06-22 09:56:53 +0000
committerRalf Habacker <ralf.habacker@freenet.de>2007-06-22 09:56:53 +0000
commit4872f15a05c0bdc01da9f7ef13589cc75d79af7c (patch)
tree86c3bbb1f0f639eead0d1afdc05e843766b93585 /dbus-win.patch
parent62c638249ecc1a3ae3e4388fc9f4a45a80e34587 (diff)
. readded dbus_watch_get_fd() fix, requires for recent qt releases
Diffstat (limited to 'dbus-win.patch')
-rw-r--r--dbus-win.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/dbus-win.patch b/dbus-win.patch
index 715267f1..973a2a3a 100644
--- a/dbus-win.patch
+++ b/dbus-win.patch
@@ -219,3 +219,22 @@ diff -u -r1.36 dbus-threads.c
}
#endif /* DBUS_BUILD_TESTS */
+Index: dbus/dbus-watch.c
+===================================================================
+RCS file: /cvs/dbus/dbus/dbus/dbus-watch.c,v
+retrieving revision 1.25
+diff -u -r1.25 dbus-watch.c
+--- dbus/dbus-watch.c 21 Jun 2007 21:28:59 -0000 1.25
++++ dbus/dbus-watch.c 22 Jun 2007 09:55:03 -0000
+@@ -513,11 +513,7 @@
+ * which it has, and the transport should provide the
+ * appropriate watch type)
+ */
+-#ifdef DBUS_UNIX
+ return watch->fd;
+-#else
+- return -1;
+-#endif
+ }
+
+ /**