This commit is contained in:
parent
513acf0d30
commit
b2609e4808
2 changed files with 2 additions and 11 deletions
|
|
@ -181,8 +181,7 @@ try
|
||||||
|
|
||||||
XMapWindow(display, main_window);
|
XMapWindow(display, main_window);
|
||||||
XStoreName(display, main_window, surface.m_title.c_str());
|
XStoreName(display, main_window, surface.m_title.c_str());
|
||||||
|
XFlush(display);
|
||||||
__attribute__((no_sanitize_memory)) XFlush(display);
|
|
||||||
|
|
||||||
if (!surface.is_visible())
|
if (!surface.is_visible())
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1 @@
|
||||||
fun:write_vec
|
src:*
|
||||||
fun:_xcb_conn_wait
|
|
||||||
fun:_xcb_out_send
|
|
||||||
fun:xcb_writev
|
|
||||||
fun:_XSend
|
|
||||||
fun:_XFlush
|
|
||||||
fun:XFlush
|
|
||||||
fun:_XData32
|
|
||||||
fun:XChangeProperty
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue