1
0
Fork 0

(svn r27417) -Doc: ScaleGUITrad (adf88)

release/1.6
frosch 2015-10-29 19:23:21 +00:00
parent 756c13b100
commit c1c49a0e52
1 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@ static inline int UnScaleByZoomLower(int value, ZoomLevel zoom)
/** /**
* Short-hand to apply GUI zoom level. * Short-hand to apply GUI zoom level.
* @param value Pixel amount at #ZOOM_LVL_BEGIN (full zoom in). * @param value Pixel amount at #ZOOM_LVL_BEGIN (full zoom in).
* @return value Pixel amount at #ZOOM_LVL_GUI. * @return Pixel amount at #ZOOM_LVL_GUI (current interface size).
*/ */
static inline int UnScaleGUI(int value) static inline int UnScaleGUI(int value)
{ {
@ -76,8 +76,8 @@ static inline int UnScaleGUI(int value)
/** /**
* Scale traditional pixel dimensions to GUI zoom level. * Scale traditional pixel dimensions to GUI zoom level.
* @param value Pixel amount at 1x zoom level. * @param value Pixel amount at #ZOOM_LVL_BASE (traditional "normal" interface size).
* @return value Pixel amount at #ZOOM_LVL_GUI. * @return Pixel amount at #ZOOM_LVL_GUI (current interface size).
*/ */
static inline int ScaleGUITrad(int value) static inline int ScaleGUITrad(int value)
{ {