aboutsummaryrefslogtreecommitdiff
path: root/src/ui/cursor.cpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2018-11-05 23:25:57 +0800
committercrupest <crupest@outlook.com>2018-11-05 23:25:57 +0800
commitfb1b16cd0ab189d61efe6237b2c2b1f7f72f90de (patch)
treee537823b914b407dc9ce5b5a69f91dc93d834426 /src/ui/cursor.cpp
parenta908cff41ce987f4adc597f9e5ad4105e56e6ff4 (diff)
downloadcru-fb1b16cd0ab189d61efe6237b2c2b1f7f72f90de.tar.gz
cru-fb1b16cd0ab189d61efe6237b2c2b1f7f72f90de.tar.bz2
cru-fb1b16cd0ab189d61efe6237b2c2b1f7f72f90de.zip
Develop cursor.
Diffstat (limited to 'src/ui/cursor.cpp')
-rw-r--r--src/ui/cursor.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ui/cursor.cpp b/src/ui/cursor.cpp
index e0bd1814..e1f0e5ef 100644
--- a/src/ui/cursor.cpp
+++ b/src/ui/cursor.cpp
@@ -16,5 +16,10 @@ namespace cru::ui
::DestroyCursor(handle_);
}
- std::unordered_map<String, Cursor::Ptr> cursors;
+ namespace cursors
+ {
+ Cursor::Ptr arrow{};
+ Cursor::Ptr hand{};
+ Cursor::Ptr i_beam{};
+ }
}