summaryrefslogtreecommitdiff
path: root/redo/winapi_windows.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-13 10:41:27 -0400
committerPietro Gagliardi <[email protected]>2014-08-13 10:41:27 -0400
commitb01c65394202a5377313afe08cd5fb56f0903831 (patch)
tree7616ad8b85e79847c89663ee4f72acfe2d6df47b /redo/winapi_windows.h
parent59f2eeca22dd15daf9d7765c1709bf926d158faf (diff)
Made Areas on Windows tab stops and implemented AreaHandler.Defocuses() on Windows.
Diffstat (limited to 'redo/winapi_windows.h')
-rw-r--r--redo/winapi_windows.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h
index ca27367..f9e9a9b 100644
--- a/redo/winapi_windows.h
+++ b/redo/winapi_windows.h
@@ -29,6 +29,7 @@ enum {
msgNOTIFY, /* WM_NOTIFY proxy */
msgAreaSizeChanged,
msgAreaRepaintAll,
+ msgAreaDefocuses,
};
/* uitask_windows.c */
@@ -104,6 +105,7 @@ extern HWND newContainer(void *);
extern void calculateBaseUnits(HWND, int *, int *, LONG *);
/* area_window.c */
+#define areaWindowClass L"gouiarea"
extern void repaintArea(HWND);
extern DWORD makeAreaWindowClass(char **);
extern HWND newArea(void *);