Ignore:
Timestamp:
Dec 18, 2002, 1:28:08 PM (23 years ago)
Author:
sandervl
Message:

removed obsolete files

File:
1 edited

Legend:

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

    r8849 r9523  
    1 /* $Id: win32dlg.cpp,v 1.78 2002-07-08 11:43:44 sandervl Exp $ */
     1/* $Id: win32dlg.cpp,v 1.79 2002-12-18 12:28:06 sandervl Exp $ */
    22/*
    33 * Win32 Dialog Code for OS/2
     
    708708        dlgtemplate = (LPCSTR)getControl( (WORD *)dlgtemplate, &info, dlgInfo.dialogEx );
    709709
     710        /* Is this it? */
     711        if (info.style & WS_BORDER)
     712        {
     713            info.style &= ~WS_BORDER;
     714            info.exStyle |= WS_EX_CLIENTEDGE;
     715        }
     716
    710717        dprintf(("Create CONTROL %d", info.id));
    711718
Note: See TracChangeset for help on using the changeset viewer.