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/oslibmsgtranslate.cpp

    r8702 r8962  
    1 /* $Id: oslibmsgtranslate.cpp,v 1.89 2002-06-18 09:32:26 sandervl Exp $ */
     1/* $Id: oslibmsgtranslate.cpp,v 1.90 2002-08-05 16:31:26 sandervl Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    897897        break;
    898898
     899    case WM_DRAWCLIPBOARD:
     900        winMsg->message = WINWM_DRAWCLIPBOARD;
     901        break;
     902
    899903    case WM_HSCROLL:
    900904    case WM_VSCROLL:
Note: See TracChangeset for help on using the changeset viewer.