summaryrefslogtreecommitdiff
path: root/src/gui/base.h
diff options
context:
space:
mode:
author2lag <96544487+2lag@users.noreply.github.com>2026-08-10 19:35:23 +0200
committer2lag <96544487+2lag@users.noreply.github.com>2026-08-10 19:35:23 +0200
commit02f118d025a75f60b33cfee6bd8cd8d45ece2c07 (patch)
tree56fc04bf0c926c62eeb18574186f6e3aef6bbf11 /src/gui/base.h
parent2973df584978d9aae6f164ce0204179c8a28b3ae (diff)
fix the gay
Diffstat (limited to 'src/gui/base.h')
-rw-r--r--src/gui/base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/base.h b/src/gui/base.h
index 3fedfcf..c2c09d1 100644
--- a/src/gui/base.h
+++ b/src/gui/base.h
@@ -99,7 +99,7 @@ extern struct GUI_CONTEXTMENU* gui_show_contextmenu(
I32 max_visible_rows = 0,
struct GUI_CONTEXTMENU** owner_ref = 0
);
-extern void gui_hide_contextmenu( GUI_CONTEXTMENU* menu );
+extern void gui_contextmenu_hide( GUI_CONTEXTMENU* menu );
extern U8 gui_contextmenu_open( GUI_CONTEXTMENU* menu );
extern I32 gui_contextmenu_height(
I32 rows,