backends: X11: Flush the connection after set_attributes().
commit5759fa17dee0ab8b382bb02aa0f7969543e0a4c1
authorCyril Hrubis <metan@ucw.cz>
Sat, 19 Jan 2013 13:19:42 +0000 (19 14:19 +0100)
committerCyril Hrubis <metan@ucw.cz>
Sat, 19 Jan 2013 13:20:13 +0000 (19 14:20 +0100)
treeefccb29f2f8e3d568c8fcd361c3fba617b041eef
parentd2137791166e8469f0671c4081260c7a9bff3235
backends: X11: Flush the connection after set_attributes().

Otherwise the window title may stay unchanged util you have
received xevent (if you are using select on the X11 fd).
libs/backends/GP_X11.c