Ignore:
Timestamp:
Nov 2, 1999, 6:07:25 PM (26 years ago)
Author:
cbratschi
Message:

frame bug fixes

File:
1 edited

Legend:

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

    r1526 r1542  
    1 /* $Id: win32dlg.cpp,v 1.26 1999-10-31 01:14:42 sandervl Exp $ */
     1/* $Id: win32dlg.cpp,v 1.27 1999-11-02 17:07:25 cbratschi Exp $ */
    22/*
    33 * Win32 Dialog Code for OS/2
     
    1919#include <win32dlg.h>
    2020#include "oslibmsg.h"
     21#include "oslibwin.h"
    2122#include "win32wdesktop.h"
    2223#include "controls.h"
     
    270271    {
    271272        topOwner->EnableWindow( FALSE );
     273        //CB: todo: make modal, implement modeless, remove FCF_TASKLIST
     274        //    emulate WinProcessDlg
    272275        ShowWindow( SW_SHOW );
    273276
Note: See TracChangeset for help on using the changeset viewer.