Ignore:
Timestamp:
Jun 26, 1999, 5:07:01 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

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

    r218 r220  
    1 /* $Id: wndclass.cpp,v 1.11 1999-06-26 14:09:58 sandervl Exp $ */
     1/* $Id: wndclass.cpp,v 1.12 1999-06-26 15:07:01 sandervl Exp $ */
    22
    33/*
     
    9292                }       
    9393                return rc;
     94
    9495        case WM_CREATE:
    95         case WM_DESTROY:
    9696        case WM_MBUTTONDOWN:
    9797        case WM_RBUTTONDOWN:
     98                rc = ButtonHandler(hwnd, Msg, wParam, lParam);
     99                NotifyParent(hwnd, Msg, wParam, lParam);
     100                return rc;
     101
     102        case WM_DESTROY:
    98103                NotifyParent(hwnd, Msg, wParam, lParam);
    99104                break;
Note: See TracChangeset for help on using the changeset viewer.