From b76e435faca204f830644047077ab08930dc8f9c Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 24 Mar 2019 19:44:31 +0800 Subject: ... --- src/ui/ui_manager.hpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/ui/ui_manager.hpp') diff --git a/src/ui/ui_manager.hpp b/src/ui/ui_manager.hpp index b736381d..107b536c 100644 --- a/src/ui/ui_manager.hpp +++ b/src/ui/ui_manager.hpp @@ -1,11 +1,10 @@ #pragma once #include "pre.hpp" -#include -#include - #include "base.hpp" +struct ID2D1Brush; +struct IDWriteTextFormat; namespace cru::graph { class GraphManager; } @@ -25,6 +24,9 @@ class PredefineResources : public Object { PredefineResources& operator=(PredefineResources&& other) = delete; ~PredefineResources() override; + // region Button + ID2D1Brush* button_normal_border_brush = nullptr; + // region TextBlock ID2D1Brush* text_block_selection_brush = nullptr; ID2D1Brush* text_block_text_brush = nullptr; -- cgit v1.2.3