diff gui/skin/skin.c @ 37020:c840891d1be9

Rename guiItem's members pwidth and pheight. Add a 'b' to indicate that they refer to the potmeter button.
author ib
date Mon, 31 Mar 2014 09:44:52 +0000
parents 64fabc358356
children 0790f864cea2
line wrap: on
line diff
--- a/gui/skin/skin.c	Mon Mar 31 08:56:34 2014 +0000
+++ b/gui/skin/skin.c	Mon Mar 31 09:44:52 2014 +0000
@@ -649,8 +649,8 @@
     item->y         = y;
     item->width     = w;
     item->height    = h;
-    item->pwidth    = bwidth;
-    item->pheight   = bheight;
+    item->pbwidth   = bwidth;
+    item->pbheight  = bheight;
     item->numphases = num;
     item->value     = (float)d;
     item->message   = message;