Ignore:
Timestamp:
Aug 21, 1999, 2:10:02 PM (26 years ago)
Author:
cbratschi
Message:

trackbar: performance updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/tab.c

    r496 r603  
    1 /* $Id: tab.c,v 1.10 1999-08-14 16:13:13 cbratschi Exp $ */
     1/* $Id: tab.c,v 1.11 1999-08-21 12:10:02 cbratschi Exp $ */
    22/*
    33 * Tab control
     
    389389  TAB_INFO *infoPtr = TAB_GetInfoPtr(hwnd);
    390390  POINT pt;
    391   INT newItem,dummy;
     391  INT newItem;
     392  UINT dummy;
    392393
    393394  if (infoPtr->hwndToolTip)
     
    17951796TAB_WindowProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
    17961797{
     1798//if (uMsg == WM_CREATE) MessageBoxA(hwnd,"wm_create!",NULL,MB_OK);//CB:bug!!!
     1799//CB: WM_CREATE never send!!!
    17971800    switch (uMsg)
    17981801    {
Note: See TracChangeset for help on using the changeset viewer.