mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-15 22:03:29 +00:00
tiny fix
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user