Ignore:
Timestamp:
Jun 2, 2002, 9:34:36 PM (23 years ago)
Author:
sandervl
Message:

added ole drag and drop (wps -> odin app) support

File:
1 edited

Legend:

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

    r8542 r8553  
    1 /* $Id: win32wbase.h,v 1.142 2002-06-02 10:07:59 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.143 2002-06-02 19:34:36 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    183183         void   setLastActive(HWND _hwndLastActive)
    184184                                                { hwndLastActive = _hwndLastActive; };
     185         BOOL   isDragDropActive()              { return fIsDragDropActive; };
     186         void   setDragDropActive(BOOL fActive) { fIsDragDropActive = fActive; };
    185187
    186188 Win32WndClass *getWindowClass()                { return windowClass; };
     
    422424                 fVisibleRegionChanged:1, //set when visible region has changed -> erase background must be sent during next BeginPaint
    423425                 fEraseBkgndFlag:1,
     426                 fIsDragDropActive:1,
    424427                 fFakeWindow:1;
    425428
Note: See TracChangeset for help on using the changeset viewer.