diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-14 16:00:31 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-14 16:00:31 -0400 |
| commit | d944af860934fdf8a3a38fc48a0b158428d90a0f (patch) | |
| tree | 6f6fcdf7f4ea23aad39befbe1478d36caf3ed575 /redo/winapi_windows.h | |
| parent | 52339e1f11829e1442c68259632ab9b5b9416e0e (diff) | |
Split out common container window procedure code in Windows to its own function.
Diffstat (limited to 'redo/winapi_windows.h')
| -rw-r--r-- | redo/winapi_windows.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h index c5fd4c1..328e0a3 100644 --- a/redo/winapi_windows.h +++ b/redo/winapi_windows.h @@ -49,8 +49,6 @@ extern LRESULT (*WINAPI fv_DefSubclassProc)(HWND, UINT, WPARAM, LPARAM); extern HWND newControl(LPWSTR, DWORD, DWORD); extern void controlSetParent(HWND, HWND); extern void controlSetControlFont(HWND); -extern LRESULT forwardCommand(HWND, UINT, WPARAM, LPARAM); -extern LRESULT forwardNotify(HWND, UINT, WPARAM, LPARAM); extern void moveWindow(HWND, int, int, int, int); extern LONG controlTextLength(HWND, LPWSTR); @@ -84,6 +82,7 @@ extern void getWindowText(HWND, WPARAM, LPWSTR); extern void setWindowText(HWND, LPWSTR); extern void updateWindow(HWND); extern void storelpParam(HWND, LPARAM); +extern BOOL sharedWndProc(HWND, UINT, WPARAM, LPARAM, LRESULT *); // tab_windows.go extern LPWSTR xWC_TABCONTROL; |
