tiny fix
This commit is contained in:
parent
218f8fa9cf
commit
b9796e99d5
2 changed files with 9 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue