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

adding documentation

File:
1 edited

Legend:

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

    r8848 r8940  
    1 /* $Id: window.cpp,v 1.125 2002-07-08 10:51:01 sandervl Exp $ */
     1/* $Id: window.cpp,v 1.126 2002-07-30 17:46:33 achimha Exp $ */
    22/*
    33 * Win32 window apis for OS/2
     
    8585    }
    8686
     87    // if the pointer to the classname string has the high word cleared,
     88    // then it's not a pointer but a number for one of the builtin classes
    8789    if (!HIWORD(className))
    8890    {
Note: See TracChangeset for help on using the changeset viewer.