Ignore:
Timestamp:
Nov 14, 1999, 5:35:58 PM (26 years ago)
Author:
sandervl
Message:

createControls & OSLibEnableWindow bugfixes + LookupIconIdFromDirectory(Ex) port)

File:
1 edited

Legend:

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

    r1733 r1739  
    1 /* $Id: windowclass.cpp,v 1.5 1999-11-14 13:07:03 sandervl Exp $ */
     1/* $Id: windowclass.cpp,v 1.6 1999-11-14 16:35:58 sandervl Exp $ */
    22/*
    33 * Win32 Window Class Code for OS/2
     
    298298 Win32BaseWindow *wnd;
    299299
    300     dprintf(("USER32: SetClassLongA\n"));
     300    dprintf(("USER32: SetClassLongA %x %d %x", hwnd, nIndex, lNewVal));
    301301    wnd = Win32BaseWindow::GetWindowFromHandle(hwnd);
    302302    if(!wnd) {
     
    354354 Win32BaseWindow *wnd;
    355355
    356     dprintf(("USER32: GetClassLongA\n"));
     356    dprintf(("USER32: GetClassLongA %x %d", hwnd, nIndex));
    357357    wnd = Win32BaseWindow::GetWindowFromHandle(hwnd);
    358358    if(!wnd) {
Note: See TracChangeset for help on using the changeset viewer.