DescriptionFix SEGV of ibus-x11 on wayland
In case that ibus-x11 is built with gtk3, GdkDisplay can be
GdkWaylandDisplay but not GdkX11Display so GDK_DISPLAY_XDISPLAY()
and GDK_WINDOW_XID() does not work in wayland.
TEST=client/x11/ibus-x11
Patch Set 1 #Patch Set 2 : Reviced patch. #Patch Set 3 : Updated with latest master. #MessagesTotal messages: 4
|