Ignore:
Timestamp:
Jul 30, 2002, 7:46:58 PM (23 years ago)
Author:
achimha
Message:

adding documentation

File:
1 edited

Legend:

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

    r8940 r8941  
    1 /* $Id: window.cpp,v 1.126 2002-07-30 17:46:33 achimha Exp $ */
     1/* $Id: window.cpp,v 1.127 2002-07-30 17:46:58 achimha Exp $ */
    22/*
    33 * Win32 window apis for OS/2
     
    196196    else dprintf(("CreateWindowExW: class %d name %ls parent %x (%d,%d) (%d,%d), %x %x menu=%x", className, HIWORD(windowName) ? windowName : NULL, parent, x, y, width, height, style, exStyle, menu));
    197197#endif
     198    // if the pointer to the classname string has the high word cleared,
     199    // then it's not a pointer but a number for one of the builtin classes
    198200    if (!HIWORD(className))
    199201    {
Note: See TracChangeset for help on using the changeset viewer.