aboutsummaryrefslogtreecommitdiff
path: root/src/global_macros.h
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2018-10-06 23:49:17 +0800
committercrupest <crupest@outlook.com>2018-10-06 23:49:17 +0800
commit2261a4bc348a6017a0f31233f969bdf31ae35679 (patch)
treeccdc237b84423c9564458df3fae036f08815dda6 /src/global_macros.h
parentbeb6cfa6b3492f5a9d89ba99c03358c22598e7aa (diff)
downloadcru-2261a4bc348a6017a0f31233f969bdf31ae35679.tar.gz
cru-2261a4bc348a6017a0f31233f969bdf31ae35679.tar.bz2
cru-2261a4bc348a6017a0f31233f969bdf31ae35679.zip
Add debug layout visual effects.
Diffstat (limited to 'src/global_macros.h')
-rw-r--r--src/global_macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/global_macros.h b/src/global_macros.h
index 696c5d2b..1d671e4a 100644
--- a/src/global_macros.h
+++ b/src/global_macros.h
@@ -7,5 +7,5 @@
#define GLOG_NO_ABBREVIATED_SEVERITIES
#ifdef CRU_DEBUG
-#define CRU_DEBUG_DRAW_CONTROL_BORDER
+#define CRU_DEBUG_LAYOUT
#endif