From c89c716e84fd519b0300b52ab5cd75c70e258704 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 4 Jun 2013 20:26:58 +0000 Subject: fix [#35613] Dopesheet, Graph Editor Trouble Selecting Channels --- source/blender/editors/include/UI_view2d.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/include/UI_view2d.h') diff --git a/source/blender/editors/include/UI_view2d.h b/source/blender/editors/include/UI_view2d.h index 3b364f5674b..e46334b06e7 100644 --- a/source/blender/editors/include/UI_view2d.h +++ b/source/blender/editors/include/UI_view2d.h @@ -178,13 +178,13 @@ void UI_view2d_scrollers_draw(const struct bContext *C, struct View2D *v2d, View void UI_view2d_scrollers_free(View2DScrollers *scrollers); /* list view tools */ -void UI_view2d_listview_cell_to_view(struct View2D *v2d, short columnwidth, short rowheight, +void UI_view2d_listview_cell_to_view(struct View2D *v2d, float columnwidth, float rowheight, float startx, float starty, int column, int row, struct rctf *rect); -void UI_view2d_listview_view_to_cell(struct View2D *v2d, short columnwidth, short rowheight, +void UI_view2d_listview_view_to_cell(struct View2D *v2d, float columnwidth, float rowheight, float startx, float starty, float viewx, float viewy, int *column, int *row); -void UI_view2d_listview_visible_cells(struct View2D *v2d, short columnwidth, short rowheight, +void UI_view2d_listview_visible_cells(struct View2D *v2d, float columnwidth, float rowheight, float startx, float starty, int *column_min, int *column_max, int *row_min, int *row_max); -- cgit v1.2.3