diff options
author | crupest <crupest@outlook.com> | 2022-01-17 22:55:09 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-17 22:55:09 +0800 |
commit | 67dd012c0f49898f1734c46d3bb264f59d056a8e (patch) | |
tree | 780dc9c50868a8e7b89e68b463a60745fce72ae9 /include/cru/ui/host | |
parent | 81f7d5faaaf79149070a901a4f299aee70c46379 (diff) | |
download | cru-67dd012c0f49898f1734c46d3bb264f59d056a8e.tar.gz cru-67dd012c0f49898f1734c46d3bb264f59d056a8e.tar.bz2 cru-67dd012c0f49898f1734c46d3bb264f59d056a8e.zip |
...
Diffstat (limited to 'include/cru/ui/host')
-rw-r--r-- | include/cru/ui/host/LayoutPaintCycler.hpp | 2 | ||||
-rw-r--r-- | include/cru/ui/host/WindowHost.hpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/cru/ui/host/LayoutPaintCycler.hpp b/include/cru/ui/host/LayoutPaintCycler.hpp index 861fff41..1d44ad06 100644 --- a/include/cru/ui/host/LayoutPaintCycler.hpp +++ b/include/cru/ui/host/LayoutPaintCycler.hpp @@ -7,7 +7,7 @@ #include <chrono> namespace cru::ui::host { -class LayoutPaintCycler { +class CRU_UI_API LayoutPaintCycler { public: explicit LayoutPaintCycler(WindowHost* host); diff --git a/include/cru/ui/host/WindowHost.hpp b/include/cru/ui/host/WindowHost.hpp index 2fc174c6..7832174c 100644 --- a/include/cru/ui/host/WindowHost.hpp +++ b/include/cru/ui/host/WindowHost.hpp @@ -17,7 +17,7 @@ class LayoutPaintCycler; struct AfterLayoutEventArgs {}; // The bridge between control tree and native window. -class WindowHost : public Object { +class CRU_UI_API WindowHost : public Object { CRU_DEFINE_CLASS_LOG_TAG(u"cru::ui::host::WindowHost") public: |