diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-12 15:11:40 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-12 15:11:40 +1300 |
commit | e324057cbd9b02704172bb5db4163f4a0c276288 (patch) | |
tree | 35afdc681d278049acc62ae61366b6da46122128 /src/c_fl_double_window.h | |
parent | f8b638b57cc1318ef3536efae662b54b3d14a3bb (diff) |
Closed a few gaps in the APIs of Window derivatives
Diffstat (limited to 'src/c_fl_double_window.h')
-rw-r--r-- | src/c_fl_double_window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c_fl_double_window.h b/src/c_fl_double_window.h index b1bb7d4..c6f4cc8 100644 --- a/src/c_fl_double_window.h +++ b/src/c_fl_double_window.h @@ -20,6 +20,7 @@ extern "C" void fl_double_window_show(DOUBLEWINDOW d); extern "C" void fl_double_window_show2(DOUBLEWINDOW d, int c, void * v); extern "C" void fl_double_window_hide(DOUBLEWINDOW d); extern "C" void fl_double_window_flush(DOUBLEWINDOW d); +extern "C" void fl_double_window_flush2(DOUBLEWINDOW d, int e); extern "C" void fl_double_window_resize(DOUBLEWINDOW d, int x, int y, int w, int h); |