nvm
This commit is contained in:
parent
f5f7279ad1
commit
914c00fc53
2 changed files with 0 additions and 2 deletions
|
|
@ -257,7 +257,6 @@ void login_window(void) {
|
|||
while(MwPending(root)) {
|
||||
if((s = MwStep(root)) != 0) break;
|
||||
}
|
||||
MwAfterStep(root);
|
||||
pthread_mutex_unlock(&xmutex);
|
||||
if(s != 0) break;
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,6 @@ 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