Ignore:
Timestamp:
Aug 5, 2002, 6:31:27 PM (23 years ago)
Author:
sandervl
Message:

Translate WM_DRAWCLIPBOARD for clipboard change notification

File:
1 edited

Legend:

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

    r8960 r8962  
    1 /* $Id: windowmsg.cpp,v 1.38 2002-08-05 09:45:49 sandervl Exp $ */
     1/* $Id: windowmsg.cpp,v 1.39 2002-08-05 16:31:27 sandervl Exp $ */
    22/*
    33 * Win32 window message APIs for OS/2
     
    839839    //4 cases:
    840840    //1: Wait for all   -> check for message arrival, call WaitForMultipleObjects
    841     //2: Timeout = 0 ms -> check for message arrival, call WaitForMultipleObjects with timeout 0
     841    //2: Timeout = 0 ms -> call WaitForMultipleObjects with timeout 0, check for message arrival
    842842    //3: nCount = 0     -> check for message arrival
    843843    //4: rest           -> check for either message arrival or signalled object
Note: See TracChangeset for help on using the changeset viewer.