Ignore:
Timestamp:
Mar 25, 2001, 10:50:42 AM (24 years ago)
Author:
sandervl
Message:

hittest workaround for static controls + registerwindowmessage rewrite

File:
1 edited

Legend:

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

    r5173 r5373  
    1 /* $Id: win32dlg.cpp,v 1.57 2001-02-18 17:59:05 sandervl Exp $ */
     1/* $Id: win32dlg.cpp,v 1.58 2001-03-25 08:50:42 sandervl Exp $ */
    22/*
    33 * Win32 Dialog Code for OS/2
     
    288288  INT retval;
    289289
     290    dprintf(("doDialogBox %x", getWindowHandle()));
    290291    /* Owner must be a top-level window */
    291292    if(getOwner() == NULL) {
Note: See TracChangeset for help on using the changeset viewer.