Changeset 134 for trunk/include/wndproc.h
- Timestamp:
- Jun 20, 1999, 6:47:39 PM (26 years ago)
- 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 phallerExp $ */1 /* $Id: wndproc.h,v 1.3 1999-06-20 16:47:37 sandervl Exp $ */ 2 2 3 3 /* … … 28 28 LRESULT EXPENTRY_O32 WndCallback(HWND, UINT, WPARAM, LPARAM); 29 29 30 //Notify parent window of creation/destruction and buttondown messages (if required) 31 void NotifyParent(HWND hwnd, UINT Msg, WPARAM wParam, LPARAM lParam); 32 30 33 class Win32WindowProc 31 34 { … … 40 43 static void DeleteWindow(HWND hwnd); 41 44 static Win32WindowProc *FindProc(HWND hwnd); 45 static Win32WindowProc *FindProc(HWND hwnd, DWORD threadid); 42 46 void SetWindowHandle(HWND hwndProc) { hwnd = hwndProc; }; 43 47
Note:
See TracChangeset
for help on using the changeset viewer.