Changeset 2374 for trunk/src


Ignore:
Timestamp:
Jan 8, 2000, 3:41:27 PM (26 years ago)
Author:
sandervl
Message:

disable titlebar subclassing

File:
1 edited

Legend:

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

    r2371 r2374  
    1 /* $Id: win32wbase.cpp,v 1.133 2000-01-08 14:15:08 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.134 2000-01-08 14:41:27 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    645645  subclassScrollBars(dwStyle & WS_HSCROLL,dwStyle & WS_VSCROLL);
    646646
    647   FrameSubclassTitleBar(this);
     647//  FrameSubclassTitleBar(this);
    648648
    649649  fakeWinBase.hwndThis     = OS2Hwnd;
Note: See TracChangeset for help on using the changeset viewer.