Possible fix for #784

This commit is contained in:
Kovid Goyal 2018-08-09 08:26:25 +05:30
parent 59f39ae3ab
commit 89b636376e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

2
glfw/dbus_glfw.c vendored
View File

@ -96,9 +96,11 @@ toggle_dbus_watch(DBusWatch *watch, void *data) {
static void
on_dbus_timer_ready(id_type timer_id, void *data) {
if (data) {
DBusTimeout *t = (DBusTimeout*)data;
dbus_timeout_handle(t);
}
}
static dbus_bool_t