Ignore:
Timestamp:
Jun 20, 1999, 6:47:39 PM (26 years ago)
Author:
sandervl
Message:

Parent notification changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/wndproc.h

    r10 r134  
    1 /* $Id: wndproc.h,v 1.2 1999-05-27 15:18:00 phaller Exp $ */
     1/* $Id: wndproc.h,v 1.3 1999-06-20 16:47:37 sandervl Exp $ */
    22
    33/*
     
    2828LRESULT EXPENTRY_O32 WndCallback(HWND, UINT, WPARAM, LPARAM);
    2929
     30//Notify parent window of creation/destruction and buttondown messages (if required)
     31void NotifyParent(HWND hwnd, UINT Msg, WPARAM wParam, LPARAM lParam);
     32
    3033class Win32WindowProc
    3134{
     
    4043 static void DeleteWindow(HWND hwnd);
    4144 static Win32WindowProc *FindProc(HWND hwnd);
     45 static Win32WindowProc *FindProc(HWND hwnd, DWORD threadid);
    4246        void SetWindowHandle(HWND hwndProc) { hwnd = hwndProc; };
    4347
Note: See TracChangeset for help on using the changeset viewer.