Ignore:
Timestamp:
Sep 25, 1999, 12:47:00 AM (26 years ago)
Author:
sandervl
Message:

Cursor fixes

File:
1 edited

Legend:

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

    r1014 r1036  
    1 /* $Id: window.cpp,v 1.6 1999-09-23 10:33:59 sandervl Exp $ */
     1/* $Id: window.cpp,v 1.7 1999-09-24 22:45:28 sandervl Exp $ */
    22/*
    33 * Win32 window apis for OS/2
     
    6868    cs.lpszClass      = className;
    6969    cs.dwExStyle      = exStyle;
    70     dprintf(("CreateWindowExA: (%d,%d) (%d,%d), %x %x", x, y, width, height, style, exStyle));
     70    dprintf(("CreateWindowExA: parent %x (%d,%d) (%d,%d), %x %x", parent, x, y, width, height, style, exStyle));
    7171
    7272    //TODO: According to the docs className can be a 16 bits atom
Note: See TracChangeset for help on using the changeset viewer.