This commit is contained in:
NishiOwO
2025-12-08 00:32:56 +09:00
parent 218f8fa9cf
commit b9796e99d5
2 changed files with 9 additions and 2 deletions

View File

@@ -386,8 +386,11 @@ static void MwLLSetWHImpl(MwLL handle, int w, int h) {
destroy_pixmap(handle);
create_pixmap(handle);
/* we want events */
#if 0
handle->x11.width = w;
handle->x11.height = h;
#endif
XSync(handle->x11.display, False);