summaryrefslogtreecommitdiff
path: root/redo/winapi_windows.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-14 16:12:43 -0400
committerPietro Gagliardi <[email protected]>2014-08-14 16:12:43 -0400
commit868161b7f0f5de708f242aaf82a3165edbaa22e8 (patch)
tree6284f0ded45f49ec14f746de49c9999802b79557 /redo/winapi_windows.h
parentd944af860934fdf8a3a38fc48a0b158428d90a0f (diff)
Moved code to handle window user data in the Windows backend to a single function.
Diffstat (limited to 'redo/winapi_windows.h')
-rw-r--r--redo/winapi_windows.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h
index 328e0a3..028f3c3 100644
--- a/redo/winapi_windows.h
+++ b/redo/winapi_windows.h
@@ -81,7 +81,7 @@ extern LRESULT getWindowTextLen(HWND);
extern void getWindowText(HWND, WPARAM, LPWSTR);
extern void setWindowText(HWND, LPWSTR);
extern void updateWindow(HWND);
-extern void storelpParam(HWND, LPARAM);
+extern void *getWindowData(HWND, UINT, WPARAM, LPARAM, LRESULT *, void (*)(void *, HWND));
extern BOOL sharedWndProc(HWND, UINT, WPARAM, LPARAM, LRESULT *);
// tab_windows.go