This commit is contained in:
parent
24d772c2d8
commit
513acf0d30
1 changed files with 2 additions and 1 deletions
|
|
@ -181,7 +181,8 @@ 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())
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue