aboutsummaryrefslogtreecommitdiff
path: root/include/mgui/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mgui/list.h')
-rw-r--r--include/mgui/list.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mgui/list.h b/include/mgui/list.h
index 1da326d..82efaf8 100644
--- a/include/mgui/list.h
+++ b/include/mgui/list.h
@@ -28,6 +28,7 @@ mgui_list* mgui_widget_to_list(mgui_widget *widget);
void mgui_list_set_position(mgui_list *self, mgl_vec2i position);
void mgui_list_append(mgui_list *self, mgui_widget *widget);
void mgui_list_on_event(mgui_list *self, mgl_window *window, mgl_event *event);
-void mgui_list_draw(mgui_list *self, mgl_window *window);
+/* Returns the size of the widget */
+mgl_vec2i mgui_list_draw(mgui_list *self, mgl_window *window);
#endif /* MGUI_LIST_H */