comparison gui/app/app.h @ 36861:bade5683ca70

Fix bug with btnModify(). Don't change a button's pressed state with this function. Only change an item's value. Additionally, update documentation and change variable name.
author ib
date Fri, 28 Feb 2014 14:38:45 +0000
parents bb067298265a
children 40ad45360c8a
comparison
equal deleted inserted replaced
36860:d66aef85ae31 36861:bade5683ca70
176 extern guiItems guiApp; 176 extern guiItems guiApp;
177 177
178 guiItem *appFindItem(int event); 178 guiItem *appFindItem(int event);
179 int appFindMessage(const char *name); 179 int appFindMessage(const char *name);
180 void appFreeStruct(void); 180 void appFreeStruct(void);
181 void btnModify(int event, float state); 181 void btnModify(int event, float value);
182 void btnSet(int event, int state); 182 void btnSet(int event, int state);
183 183
184 #endif /* MPLAYER_GUI_APP_H */ 184 #endif /* MPLAYER_GUI_APP_H */