forked from pyrite-dev/milsko
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:
parent
c8c706fed4
commit
ae4ae842d5
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue