- Timestamp:
 - Jul 9, 2001, 8:10:44 PM (24 years ago)
 - Location:
 - trunk/src/user32
 - Files:
 - 
      
- 2 edited
 
- 
          
  listbox.cpp (modified) (2 diffs)
 - 
          
  timer.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/user32/listbox.cpp
r4945 r6269 1 /* $Id: listbox.cpp,v 1.2 6 2001-01-14 17:15:46sandervl Exp $ */1 /* $Id: listbox.cpp,v 1.27 2001-07-09 18:10:44 sandervl Exp $ */ 2 2 /* 3 3 * Listbox controls … … 514 514 dis.itemData = item ? item->data : 0; 515 515 dis.rcItem = *rect; 516 //TRACE("[%04x]: drawitem %d (%s) action=%02x "517 //"state=%02x rect=%d,%d-%d,%d\n",518 // wnd->hwndSelf, index, item ? item->str : "", action,519 //dis.itemState, rect->left, rect->top,520 // rect->right, rect->bottom);516 dprintf2(("[%04x]: drawitem %d (%s) action=%02x " 517 "state=%02x rect=%d,%d-%d,%d\n", 518 hwnd, index, item ? item->str : "", action, 519 dis.itemState, rect->left, rect->top, 520 rect->right, rect->bottom )); 521 521 SendMessageA(descr->owner, WM_DRAWITEM, id, (LPARAM)&dis); 522 522 }  - 
      
trunk/src/user32/timer.cpp
r5935 r6269 1 /* $Id: timer.cpp,v 1.1 3 2001-06-09 14:50:20sandervl Exp $ */1 /* $Id: timer.cpp,v 1.14 2001-07-09 18:09:13 sandervl Exp $ */ 2 2 3 3 /* … … 13 13 #define INCL_WIN 14 14 #define INCL_DOSSEMAPHORES 15 #define INCL_DOSPROCESS 15 16 #include <os2wrap.h> 16 17 #include <os2sel.h>  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  