Ignore:
Timestamp:
Oct 4, 1999, 11:56:04 AM (26 years ago)
Author:
sandervl
Message:

Lots of changes by several people (see changelog for 4 October

File:
1 edited

Legend:

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

    r1063 r1118  
    1 /* $Id: win32dlg.cpp,v 1.5 1999-09-26 14:44:58 sandervl Exp $ */
     1/* $Id: win32dlg.cpp,v 1.6 1999-10-04 09:56:01 sandervl Exp $ */
    22/*
    33 * Win32 Dialog Code for OS/2
     
    1919#include <win32dlg.h>
    2020#include "oslibmsg.h"
     21#include "win32wdesktop.h"
    2122
    2223#define DEFAULT_DLGFONT "9.WarpSans"
     
    229230    /* Owner must be a top-level window */
    230231    if(getOwner() == NULL) {
    231         dprintf(("Dialog box has no owner!!!"));
    232         return -1;
    233     }
    234     topOwner = getOwner()->getTopParent();
     232         topOwner = windowDesktop;
     233    }
     234    else topOwner = getOwner()->getTopParent();
     235
    235236    if(topOwner == NULL) {
    236237        dprintf(("Dialog box has no top owner!!!"));
Note: See TracChangeset for help on using the changeset viewer.