summaryrefslogtreecommitdiff
path: root/src/c_fl_scroll.h
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-01-21 00:53:56 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-01-21 00:53:56 +1300
commitf9e453e3d456514066e8ecbed9fbac93a588a0d0 (patch)
tree06587afde830fb324d5ab7372f0f1686c4fd993a /src/c_fl_scroll.h
parent67a43ef89ba41ac32b86cda7396c16fffaf691b3 (diff)
Using the type method is now more consistent
Diffstat (limited to 'src/c_fl_scroll.h')
-rw-r--r--src/c_fl_scroll.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/c_fl_scroll.h b/src/c_fl_scroll.h
index a6f3767..fe8674e 100644
--- a/src/c_fl_scroll.h
+++ b/src/c_fl_scroll.h
@@ -20,13 +20,12 @@ extern "C" void * fl_scroll_scrollbar(SCROLL s);
extern "C" void fl_scroll_to(SCROLL s, int x, int y);
-extern "C" void fl_scroll_set_type(SCROLL s, int t);
+extern "C" int fl_scroll_xposition(SCROLL s);
+extern "C" int fl_scroll_yposition(SCROLL s);
extern "C" int fl_scroll_get_size(SCROLL s);
extern "C" void fl_scroll_set_size(SCROLL s, int t);
-extern "C" int fl_scroll_xposition(SCROLL s);
-extern "C" int fl_scroll_yposition(SCROLL s);
extern "C" void fl_scroll_draw(SCROLL s);