mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-12 04:13:28 +00:00
not sure if this fixes
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@768 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -78,6 +78,7 @@ static void wait_map(MwLL handle, int sync) {
|
||||
XSync(handle->x11.display, False);
|
||||
|
||||
XMapWindow(handle->x11.display, handle->x11.window);
|
||||
XSync(handle->x11.display, False);
|
||||
|
||||
if(!sync) return;
|
||||
do {
|
||||
@@ -95,6 +96,7 @@ static void wait_unmap(MwLL handle, int sync) {
|
||||
XSync(handle->x11.display, False);
|
||||
|
||||
XUnmapWindow(handle->x11.display, handle->x11.window);
|
||||
XSync(handle->x11.display, False);
|
||||
|
||||
if(!sync) return;
|
||||
do {
|
||||
|
||||
Reference in New Issue
Block a user