mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-22 17:20:44 +01:00
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 <eric@anholt.net> Reviewed-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Julien Cristau <jcristau@debian.org>
This commit is contained in:
parent
ba387cf21f
commit
5cc15e1c42
1 changed files with 1 additions and 0 deletions
|
|
@ -174,6 +174,7 @@ hostx_set_win_title(KdScreenInfo *screen, const char *extra_text)
|
|||
8,
|
||||
strlen(buf),
|
||||
buf);
|
||||
xcb_flush(HostX.conn);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue