From 6cd7b4e168fdda6bf83187cda9269cad5f9ee0ed Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 19 Sep 2018 23:59:15 +0800 Subject: Change the macro controlling the debug control border. --- CruUI/application.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CruUI/application.h') diff --git a/CruUI/application.h b/CruUI/application.h index 1c98b906..1ce6f035 100644 --- a/CruUI/application.h +++ b/CruUI/application.h @@ -101,7 +101,7 @@ namespace cru return god_window_.get(); } -#ifdef CRU_DEBUG +#ifdef CRU_DEBUG_DRAW_CONTROL_BORDER Microsoft::WRL::ComPtr GetDebugBorderBrush() const { return debug_border_brush_; @@ -118,7 +118,7 @@ namespace cru std::unique_ptr god_window_; -#ifdef CRU_DEBUG +#ifdef CRU_DEBUG_DRAW_CONTROL_BORDER Microsoft::WRL::ComPtr debug_border_brush_; #endif }; -- cgit v1.2.3