Ignore:
Timestamp:
Jul 25, 2017, 11:59:20 PM (8 years ago)
Author:
dmik
Message:

user32: Make r22134 actually work.

It would not due to using a virtual function from the base destructor
(which always calls the base version instead of the derived).

File:
1 edited

Legend:

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

    r22003 r22135  
    9494    if (!fInited)  init();
    9595
     96    fFakeWindow = TRUE;
     97
    9698    OS2Hwnd = OS2HwndFrame = hwndOS2;
    9799
     
    220222    OSLibWinQueryWindowClientRect(OS2Hwnd, &rectClient);
    221223    getWindowRect();
    222     return TRUE;
    223 }
    224 //******************************************************************************
    225 //******************************************************************************
    226 BOOL Win32FakeWindow::isFakeWindow()
    227 {
    228224    return TRUE;
    229225}
Note: See TracChangeset for help on using the changeset viewer.