summaryrefslogtreecommitdiff
path: root/ui.hpp
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2025-02-13 23:32:28 +1100
committerquou <quou@disroot.org>2025-02-13 23:33:54 +1100
commit2e4ecca19aadc09d5c3d927724f8004b6a0ff0b0 (patch)
tree156c747452788f5221158f6e2a9151eaeb61b672 /ui.hpp
parent42cd6a572a35c354dc7d7fd390e86e7cff191617 (diff)
refactoring; prep for shadows
Diffstat (limited to 'ui.hpp')
-rw-r--r--ui.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui.hpp b/ui.hpp
index 056e69a..2779183 100644
--- a/ui.hpp
+++ b/ui.hpp
@@ -48,6 +48,7 @@ struct UI {
enum {
RECT,
TEXT,
+ LINE,
CLIP
};
int type, size;