Otherwise when you're doing the ctrl-shift mouse grab thing, you don't know what state you're in until the next rendering occurs.
Signed-off-by: Eric Anholt <[email protected]> --- hw/kdrive/ephyr/hostx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/kdrive/ephyr/hostx.c b/hw/kdrive/ephyr/hostx.c index a8a2448..d985571 100644 --- a/hw/kdrive/ephyr/hostx.c +++ b/hw/kdrive/ephyr/hostx.c @@ -174,6 +174,7 @@ hostx_set_win_title(KdScreenInfo *screen, const char *extra_text) 8, strlen(buf), buf); + xcb_flush(HostX.conn); } } -- 1.8.4.rc3 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
