From 5cc15e1c427bacd73db7381df3474a23f7616624 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 23 Aug 2013 11:19:17 -0700 Subject: [PATCH] ephyr: Flush the X connection when updating the window title. 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 Reviewed-by: Adam Jackson Reviewed-by: Julien Cristau --- 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 a8a2448787..d985571474 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); } }