diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-02-15 14:29:16 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-02-15 14:29:16 +1300 |
commit | 36e546c1c9a9bb8e778fb637c17f94390b4d23c2 (patch) | |
tree | 8f633a9c7439d099039432da167a882c7dddc3a7 /body/c_fl_static.h | |
parent | 446989277ad276e9820e54ea1fb4ed550b93e998 (diff) |
Reorganising Fl / FLTK, improving enum docs
Diffstat (limited to 'body/c_fl_static.h')
-rw-r--r-- | body/c_fl_static.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/body/c_fl_static.h b/body/c_fl_static.h index 692750b..2622544 100644 --- a/body/c_fl_static.h +++ b/body/c_fl_static.h @@ -75,8 +75,6 @@ extern "C" void fl_static_set_dnd_text_ops(int t); extern "C" void fl_static_enable_im(); extern "C" void fl_static_disable_im(); -extern "C" int fl_static_get_visible_focus(); -extern "C" void fl_static_set_visible_focus(int f); extern "C" void fl_static_default_atclose(void * w); @@ -87,7 +85,6 @@ extern "C" void * fl_static_modal(); extern "C" void * fl_static_readqueue(); -extern "C" void fl_static_do_widget_deletion(); extern "C" const char * fl_static_get_scheme(); |