add MwAfterStep
This commit is contained in:
parent
0c55cfb292
commit
f5f7279ad1
2 changed files with 2 additions and 0 deletions
|
|
@ -257,6 +257,7 @@ void login_window(void) {
|
|||
while(MwPending(root)) {
|
||||
if((s = MwStep(root)) != 0) break;
|
||||
}
|
||||
MwAfterStep(root);
|
||||
pthread_mutex_unlock(&xmutex);
|
||||
if(s != 0) break;
|
||||
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@ void loop_wm(void) {
|
|||
while(MwPending(root)) {
|
||||
if((s = MwStep(root)) != 0) break;
|
||||
}
|
||||
MwAfterStep(root);
|
||||
pthread_mutex_unlock(&xmutex);
|
||||
if(s != 0) break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue