mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-30 13:03:07 +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);
|
XSync(handle->x11.display, False);
|
||||||
|
|
||||||
XMapWindow(handle->x11.display, handle->x11.window);
|
XMapWindow(handle->x11.display, handle->x11.window);
|
||||||
|
XSync(handle->x11.display, False);
|
||||||
|
|
||||||
if(!sync) return;
|
if(!sync) return;
|
||||||
do {
|
do {
|
||||||
@@ -95,6 +96,7 @@ static void wait_unmap(MwLL handle, int sync) {
|
|||||||
XSync(handle->x11.display, False);
|
XSync(handle->x11.display, False);
|
||||||
|
|
||||||
XUnmapWindow(handle->x11.display, handle->x11.window);
|
XUnmapWindow(handle->x11.display, handle->x11.window);
|
||||||
|
XSync(handle->x11.display, False);
|
||||||
|
|
||||||
if(!sync) return;
|
if(!sync) return;
|
||||||
do {
|
do {
|
||||||
|
|||||||
Reference in New Issue
Block a user