summaryrefslogtreecommitdiff
path: root/redo/winapi_windows.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-21 13:01:50 -0400
committerPietro Gagliardi <[email protected]>2014-08-21 13:01:50 -0400
commit3a16648b83748c2b771cbd17b6b120318aeede20 (patch)
tree0dafc1fe86bc6ff5a5982e804a07221948772155 /redo/winapi_windows.h
parent5ddef4113332035429ac54b5ba62f4539eb20da0 (diff)
Implemented Area.Repaint() on Windows.
Diffstat (limited to 'redo/winapi_windows.h')
-rw-r--r--redo/winapi_windows.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h
index c11dc7c..7beb888 100644
--- a/redo/winapi_windows.h
+++ b/redo/winapi_windows.h
@@ -30,6 +30,8 @@ enum {
msgCOMMAND, // WM_COMMAND proxy; see forwardCommand() in controls_windows.go
msgNOTIFY, // WM_NOTIFY proxy
msgAreaSizeChanged,
+ msgAreaGetScroll,
+ msgAreaRepaint,
msgAreaRepaintAll,
msgTabCurrentTabHasChildren,
msgBeginModal,
@@ -122,7 +124,7 @@ extern void calculateBaseUnits(HWND, int *, int *, LONG *);
// area_window.c
#define areaWindowClass L"gouiarea"
-extern void repaintArea(HWND);
+extern void repaintArea(HWND, RECT *);
extern DWORD makeAreaWindowClass(char **);
extern HWND newArea(void *);