Changeset 6269 for trunk/src


Ignore:
Timestamp:
Jul 9, 2001, 8:10:44 PM (24 years ago)
Author:
sandervl
Message:

* empty log message *

Location:
trunk/src/user32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/listbox.cpp

    r4945 r6269  
    1 /* $Id: listbox.cpp,v 1.26 2001-01-14 17:15:46 sandervl Exp $ */
     1/* $Id: listbox.cpp,v 1.27 2001-07-09 18:10:44 sandervl Exp $ */
    22/*
    33 * Listbox controls
     
    514514        dis.itemData     = item ? item->data : 0;
    515515        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 ));
    521521        SendMessageA(descr->owner, WM_DRAWITEM, id, (LPARAM)&dis);
    522522    }
  • trunk/src/user32/timer.cpp

    r5935 r6269  
    1 /* $Id: timer.cpp,v 1.13 2001-06-09 14:50:20 sandervl Exp $ */
     1/* $Id: timer.cpp,v 1.14 2001-07-09 18:09:13 sandervl Exp $ */
    22
    33/*
     
    1313#define INCL_WIN
    1414#define INCL_DOSSEMAPHORES
     15#define INCL_DOSPROCESS
    1516#include <os2wrap.h>
    1617#include <os2sel.h>
Note: See TracChangeset for help on using the changeset viewer.