jpg fix? (erik quanstrom)
This commit is contained in:
parent
b9b653584e
commit
532a32df32
@ -37,4 +37,5 @@ drawresizewindow(Rectangle r)
|
|||||||
e.width = Dx(r);
|
e.width = Dx(r);
|
||||||
e.height = Dy(r);
|
e.height = Dy(r);
|
||||||
XConfigureWindow(_x.display, _x.drawable, value_mask, &e);
|
XConfigureWindow(_x.display, _x.drawable, value_mask, &e);
|
||||||
|
XFlush(_x.display);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user