Ignore:
Timestamp:
Oct 15, 2001, 7:10:55 PM (24 years ago)
Author:
sandervl
Message:

custom build update

File:
1 edited

Legend:

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

    r6965 r7063  
    1 /* $Id: pmwindow.cpp,v 1.154 2001-10-08 12:19:10 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.155 2001-10-15 17:09:04 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    183183BOOL MENU_Init();
    184184//******************************************************************************
    185 void WIN32API SetWindowAppearance(BOOL fLooks)
     185void WIN32API SetWindowAppearance(int fLooks)
    186186{
    187     if(fLooks) {
     187    if(fLooks == OS2_APPEARANCE || fLooks == OS2_APPEARANCE_SYSMENU)
     188    {
    188189        CHAR szDisplay[30];
    189190        HMODULE hModDisplay;
Note: See TracChangeset for help on using the changeset viewer.