Skip to content
Snippets Groups Projects
Commit 422a01f9 authored by Martin Mareš's avatar Martin Mareš
Browse files

Do not forget XFlush()

parent e48fc13f
No related branches found
No related tags found
No related merge requests found
...@@ -366,6 +366,7 @@ void osd_hide(struct osd_state *osd) ...@@ -366,6 +366,7 @@ void osd_hide(struct osd_state *osd)
XFreePixmap(osd->dpy, osd->image_pixmap); XFreePixmap(osd->dpy, osd->image_pixmap);
XFreePixmap(osd->dpy, osd->mask_bitmap); XFreePixmap(osd->dpy, osd->mask_bitmap);
XDestroyWindow(osd->dpy, osd->win); XDestroyWindow(osd->dpy, osd->win);
XFlush(osd->dpy);
osd->visible = 0; osd->visible = 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment