Ignore:
Timestamp:
Jan 30, 2004, 11:22:02 PM (22 years ago)
Author:
bird
Message:

#682: Drag & Drop fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/thread.h

    r10318 r10435  
    150150              BOOL           fIgnoreMsgs;    // set to true if waiting in WaitForSingleObject
    151151              BOOL           fWaitMessage;   // set if blocked in WaitMessage
    152               BOOL           fWaitMessageSuspend; 
     152              BOOL           fWaitMessageSuspend;
    153153
    154154              CONTEXT        context;        // thread context
     
    164164              void *         pWM_COPYDATA;
    165165              //@}
     166
     167              /** Thread Id of the thread is attached to this threads input queue.
     168               * If 0 then no thread is attached. See AttachThreadInput() for details. */
     169              unsigned      tidAttachedInputThread;
    166170
    167171#ifdef DEBUG
Note: See TracChangeset for help on using the changeset viewer.