diff 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
line wrap: on
line diff
--- a/gui/app/app.h	Fri Feb 28 14:30:20 2014 +0000
+++ b/gui/app/app.h	Fri Feb 28 14:38:45 2014 +0000
@@ -178,7 +178,7 @@
 guiItem *appFindItem(int event);
 int appFindMessage(const char *name);
 void appFreeStruct(void);
-void btnModify(int event, float state);
+void btnModify(int event, float value);
 void btnSet(int event, int state);
 
 #endif /* MPLAYER_GUI_APP_H */