Mercurial > MadButterfly
view inkscape/firefox/template/textmenu/app.h @ 375:44b8223f307c
Rename MIN/MAX to MB_MIN/MB_MAX.
- MIN and MAX are conflicted with system's macros.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 01 Apr 2009 02:16:10 +0800 |
parents | 3d21115297ba |
children | 9b8dda201ccb |
line wrap: on
line source
#ifndef _APP_H #define _APP_H typedef struct { mb_animated_menu_t *m; }MyAppData; extern void MyApp_InitContent(MBApp *app,int argc, char *argv[]); void myselect_callback(mb_animated_menu_t *m, int select); #endif