Ignore:
Timestamp:
Dec 5, 2002, 9:36:28 PM (23 years ago)
Author:
umoeller
Message:

New toolbar control.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/cnrh.c

    r229 r232  
    21422142                           (   poi->rclItem.xLeft
    21432143                             + (poi->rclItem.xRight - poi->rclItem.xLeft
    2144                                 - WinQuerySysValue(HWND_DESKTOP, SV_CXICON) / 2
     2144                                - G_cxIcon / 2
    21452145                               ) / 2
    21462146                           ),
    21472147                           (   poi->rclItem.yBottom
    21482148                             + (poi->rclItem.yTop - poi->rclItem.yBottom
    2149                                 - WinQuerySysValue(HWND_DESKTOP, SV_CYICON) / 2
     2149                                - G_cyIcon / 2
    21502150                               ) / 2
    21512151                           ),
Note: See TracChangeset for help on using the changeset viewer.