mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-17 08:03:34 +01:00
WINGs: Add functions to release application memory
This commit is contained in:
committed by
Carlos R. Mafra
parent
36c3f7edf4
commit
588e04dda7
@@ -642,9 +642,11 @@ WMRect wmkrect(int x, int y, unsigned int width, unsigned int height);
|
||||
/* ---[ WINGs/wapplication.c ]-------------------------------------------- */
|
||||
|
||||
|
||||
|
||||
void WMInitializeApplication(const char *applicationName, int *argc, char **argv);
|
||||
|
||||
/* You're supposed to call this funtion before exiting so WINGs can terminate properly */
|
||||
void WMReleaseApplication(void);
|
||||
|
||||
void WMSetResourcePath(const char *path);
|
||||
|
||||
/* don't free the returned string */
|
||||
|
||||
Reference in New Issue
Block a user