This commit is contained in:
Nishi 2026-04-07 22:59:34 +09:00
commit 914c00fc53
Signed by: nishi
GPG key ID: 27EF69B208EB9343
2 changed files with 0 additions and 2 deletions

View file

@ -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;

View file

@ -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;