mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-08 23:04:15 +01:00
Add call to WMReleaseApplication on application exit
This commit is contained in:
committed by
Carlos R. Mafra
parent
588e04dda7
commit
01478146f9
@@ -292,6 +292,7 @@ static void closeWindow(WMWidget * w, void *d)
|
||||
|
||||
windowCount--;
|
||||
if (windowCount == 0) {
|
||||
WMReleaseApplication();
|
||||
exit(0);
|
||||
} else {
|
||||
WMDeleteTimerHandler(data->tid);
|
||||
|
||||
Reference in New Issue
Block a user