diff options
Diffstat (limited to 'src/c_fl_scroll.h')
-rw-r--r-- | src/c_fl_scroll.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/c_fl_scroll.h b/src/c_fl_scroll.h index 9bbd749..a6f3767 100644 --- a/src/c_fl_scroll.h +++ b/src/c_fl_scroll.h @@ -15,7 +15,8 @@ extern "C" SCROLL new_fl_scroll(int x, int y, int w, int h, char* label); extern "C" void free_fl_scroll(SCROLL s); -extern "C" void fl_scroll_clear(SCROLL s); +extern "C" void * fl_scroll_hscrollbar(SCROLL s); +extern "C" void * fl_scroll_scrollbar(SCROLL s); extern "C" void fl_scroll_to(SCROLL s, int x, int y); |