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

    r8916 r8962  
    1 /* $Id: pmwindow.cpp,v 1.183 2002-07-24 18:43:11 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.184 2002-08-05 16:31:26 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    734734    case WM_RENDERALLFMTS:
    735735    case WM_DESTROYCLIPBOARD:
     736    case WM_DRAWCLIPBOARD:
    736737        win32wnd->DispatchMsgA(pWinMsg);
    737738        break;
Note: See TracChangeset for help on using the changeset viewer.