Forgot to dispatch events on the dbus session bus

This commit is contained in:
Kovid Goyal
2019-02-03 18:24:47 +05:30
parent 1f597fd2b3
commit cffaa54a78
5 changed files with 21 additions and 18 deletions

1
glfw/wl_window.c vendored
View File

@@ -839,6 +839,7 @@ handleEvents(double timeout)
wl_display_cancel_read(display);
}
glfw_ibus_dispatch(&_glfw.wl.xkb.ibus);
glfw_dbus_session_bus_dispatch();
}
// Translates a GLFW standard cursor to a theme cursor name