Loading

Paste #pckjrpqne

  1. Index: src/zoom_func.h
  2. ===================================================================
  3. --- src/zoom_func.h (revision 27415)
  4. +++ src/zoom_func.h (working copy)
  5. @@ -67,7 +67,7 @@
  6.  /**
  7.   * Short-hand to apply GUI zoom level.
  8.   * @param value Pixel amount at #ZOOM_LVL_BEGIN (full zoom in).
  9. - * @return value Pixel amount at #ZOOM_LVL_GUI.
  10. + * @return Pixel amount at #ZOOM_LVL_GUI (current interface size).
  11.   */
  12.  static inline int UnScaleGUI(int value)
  13.  {
  14. @@ -76,8 +76,8 @@
  15.  
  16.  /**
  17.   * Scale traditional pixel dimensions to GUI zoom level.
  18. - * @param value Pixel amount at 1x zoom level.
  19. - * @return value Pixel amount at #ZOOM_LVL_GUI.
  20. + * @param value Pixel amount at #ZOOM_LVL_BASE (traditional "normal" interface size).
  21. + * @return Pixel amount at #ZOOM_LVL_GUI (current interface size).
  22.   */
  23.  static inline int ScaleGUITrad(int value)
  24.  {
  25.  

Comments