diff options
author | crupest <crupest@outlook.com> | 2018-09-19 23:59:15 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2018-09-19 23:59:15 +0800 |
commit | 6cd7b4e168fdda6bf83187cda9269cad5f9ee0ed (patch) | |
tree | c49981640d37ab29e6e9bf3f01f1483c3a3d042b /CruUI/global_macros.h | |
parent | dea11f34bfab5bfd5f66dec9f2fa0239abf44d89 (diff) | |
download | cru-6cd7b4e168fdda6bf83187cda9269cad5f9ee0ed.tar.gz cru-6cd7b4e168fdda6bf83187cda9269cad5f9ee0ed.tar.bz2 cru-6cd7b4e168fdda6bf83187cda9269cad5f9ee0ed.zip |
Change the macro controlling the debug control border.
Diffstat (limited to 'CruUI/global_macros.h')
-rw-r--r-- | CruUI/global_macros.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CruUI/global_macros.h b/CruUI/global_macros.h index 7d8da00b..696c5d2b 100644 --- a/CruUI/global_macros.h +++ b/CruUI/global_macros.h @@ -5,3 +5,7 @@ #endif #define GLOG_NO_ABBREVIATED_SEVERITIES + +#ifdef CRU_DEBUG +#define CRU_DEBUG_DRAW_CONTROL_BORDER +#endif |