Changeset 12859


Ignore:
Timestamp:
Dec 30, 1999, 7:55:04 PM (25 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/src/user32/icontitle.cpp

    r12853 r12859  
    1 /* $Id: icontitle.cpp,v 1.1 1999-12-30 18:32:58 cbratschi Exp $ */
     1/* $Id: icontitle.cpp,v 1.2 1999-12-30 18:55:04 cbratschi Exp $ */
    22/*
    33 * Icontitle window class.
     
    1414#include "controls.h"
    1515#include "icontitle.h"
    16 
    17 
    18 /*
    19 #include "winuser.h"
    20 #include "wine/winuser16.h"
    21 #include "win.h"
    22 #include "desktop.h"
    23 #include "heap.h"
    24 */
    2516
    2617static  LPCSTR  emptyTitleText = "<...>";
     
    6152    if (win32wnd)
    6253    {
    63         win32wnd->setOwner(parent);     /* MDI depends on this */
    64         win32wnd->setStyle(win32wnd->getStyle() & ~(WS_CAPTION | WS_BORDER));
    65         if (parent->getStyle() & WS_DISABLED ) win32wnd->setStyle(win32wnd->getStyle() | WS_DISABLED);
    66         return hWnd;
     54        win32wnd->setOwner(parent);     /* MDI depends on this */
     55        win32wnd->setStyle(win32wnd->getStyle() & ~(WS_CAPTION | WS_BORDER));
     56        if (parent->getStyle() & WS_DISABLED ) win32wnd->setStyle(win32wnd->getStyle() | WS_DISABLED);
     57        return hWnd;
    6758    }
    6859    return 0;
Note: See TracChangeset for help on using the changeset viewer.