Ignore:
Timestamp:
Jan 11, 2000, 2:52:19 PM (26 years ago)
Author:
sandervl
Message:

Use WIN32_INNERFRAME frame class for top level windows again + preliminary code for menu key translation

File:
1 edited

Legend:

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

    r2400 r2408  
    1 /* $Id: pmwindow.cpp,v 1.34 2000-01-10 23:29:13 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.35 2000-01-11 13:52:18 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    5454BOOL InitPM()
    5555{
     56  CLASSINFO FrameClassInfo;
     57
    5658  hab = WinInitialize(0);
    5759  dprintf(("Winitialize returned %x", hab));
     
    105107        return(FALSE);
    106108   }
    107 /* //CB: perhaps reuse it for own frame
    108109   if (!WinQueryClassInfo (hab, WC_FRAME, &FrameClassInfo)) {
    109110     dprintf (("WinQueryClassInfo WC_FRAME failed"));
     
    119120     return (FALSE);
    120121   }
    121 */
     122
    122123   WinQueryWindowRect(HWND_DESKTOP, &desktopRectl);
    123124   ScreenWidth  = desktopRectl.xRight;
Note: See TracChangeset for help on using the changeset viewer.