GUi skin elements are allocated on the heap

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@871 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-06-16 19:43:37 +00:00
parent 62738a1526
commit 1b2fa69f6a
11 changed files with 350 additions and 327 deletions

2
init.h
View File

@@ -22,7 +22,7 @@
/// Initialization (and some de-initialization) functions.
//////////////////////////////////////////////////////////////////////////////
void Load_graphics(const char * skin_file);
void Load_graphics(T_Gui_skin *gfx, const char * skin_file);
void Init_buttons(void);
void Init_operations(void);
int Load_CFG(int reload_all);