aboutsummaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
authorKrow Savcik <krow@savcik.xyz>2024-07-13 13:33:57 +0300
committerKrow Savcik <krow@savcik.xyz>2024-07-13 13:33:57 +0300
commit6e8119be3bdd4ac54cdb08667c39f4a1d3047270 (patch)
treeaa267a1ee884f470f470c13f9316edc2eb603ad6 /src/ui.h
parent075354a70a4a93f474fdf083e2cd99826c95ee1a (diff)
feature: layers's name are editable now
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui.h b/src/ui.h
index 19c8881..d8e419a 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -32,5 +32,6 @@ void ui_redraw_panel(unsigned char);
void ui_present();
void ui_mousel_up(int, int);
void ui_mousel_down(int, int);
+int ui_mouser_down(int, int);
void ui_mouse_move(int, int);
unsigned char ui_theme_load(const char *);