mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-13 04:15:50 +01:00
This update includes the 0.20.3pre3 code
This commit is contained in:
@@ -166,7 +166,13 @@ WMGetStandardUserDefaults(void)
|
||||
sharedUserDefaults = defaults;
|
||||
|
||||
/* set to save changes in defaults when program is exited */
|
||||
|
||||
|
||||
#if !defined(HAVE_ATEXIT) && defined(HAVE_ON_EXIT)
|
||||
on_exit(saveDefaultsChanges,0);
|
||||
#else
|
||||
atexit(saveDefaultsChanges);
|
||||
#endif
|
||||
}
|
||||
|
||||
return sharedUserDefaults;
|
||||
|
||||
Reference in New Issue
Block a user