Updates for new version of the MakeHeader.py script.

This commit is contained in:
Hisham Muhammad
2006-06-06 20:41:01 +00:00
parent b95993fa22
commit 2f1f82ee87
25 changed files with 69 additions and 145 deletions

View File

@ -45,8 +45,6 @@ struct Panel_ {
Panel_EventHandler eventHandler;
};
extern char* PANEL_CLASS;
}*/
#ifndef MIN
@ -56,7 +54,6 @@ extern char* PANEL_CLASS;
#define MAX(a,b) ((a)>(b)?(a):(b))
#endif
/* private property */
char* PANEL_CLASS = "Panel";
Panel* Panel_new(int x, int y, int w, int h, char* type, bool owner) {