From e324057cbd9b02704172bb5db4163f4a0c276288 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sun, 12 Jan 2025 15:11:40 +1300 Subject: Closed a few gaps in the APIs of Window derivatives --- src/c_fl_menu_window.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/c_fl_menu_window.cpp') diff --git a/src/c_fl_menu_window.cpp b/src/c_fl_menu_window.cpp index db03028..a01b0f7 100644 --- a/src/c_fl_menu_window.cpp +++ b/src/c_fl_menu_window.cpp @@ -73,6 +73,10 @@ void fl_menu_window_flush(MENUWINDOW m) { reinterpret_cast(m)->flush(); } +void fl_menu_window_erase(MENUWINDOW m) { + reinterpret_cast(m)->erase(); +} + -- cgit