This commit is contained in:
Nishi 2025-12-08 00:32:56 +09:00
commit b9796e99d5
Signed by: nishi
GPG key ID: 27EF69B208EB9343
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);