forked from pool/fcitx
540b6b7acc
update version 4.2.8 OBS-URL: https://build.opensuse.org/request/show/181661 OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=70
16 lines
573 B
Diff
16 lines
573 B
Diff
Index: fcitx-4.2.8/src/module/freedesktop-notify/freedesktop-notify.c
|
|
===================================================================
|
|
--- fcitx-4.2.8.orig/src/module/freedesktop-notify/freedesktop-notify.c
|
|
+++ fcitx-4.2.8/src/module/freedesktop-notify/freedesktop-notify.c
|
|
@@ -50,6 +50,10 @@
|
|
NOTIFICATIONS_MATCH_SIGNAL "," \
|
|
"member='NotificationClosed'"
|
|
|
|
+#ifndef DBUS_TIMEOUT_USE_DEFAULT
|
|
+# define DBUS_TIMEOUT_USE_DEFAULT (-1)
|
|
+#endif
|
|
+
|
|
static void *FcitxNotifyCreate(FcitxInstance *instance);
|
|
static void FcitxNotifyDestroy(void *arg);
|
|
|