Reset clip at window resize.

This commit is contained in:
Henrik Andersson 2015-09-15 09:31:44 +02:00
parent f8d725847b
commit c843a3237f

2
xwin.c
View File

@ -2160,6 +2160,8 @@ ui_resize_window()
XFreePixmap(g_display, g_backstore);
g_backstore = bs;
}
ui_reset_clip();
}
RD_BOOL