summaryrefslogtreecommitdiff
path: root/plugins/gtkui/plcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gtkui/plcommon.h')
-rw-r--r--plugins/gtkui/plcommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/plcommon.h b/plugins/gtkui/plcommon.h
index 6a3114c1..b747b0d1 100644
--- a/plugins/gtkui/plcommon.h
+++ b/plugins/gtkui/plcommon.h
@@ -35,7 +35,7 @@ write_column_config (const char *name, int idx, const char *title, int width, in
void
rewrite_column_config (DdbListview *listview, const char *name);
-void draw_column_data (DdbListview *listview, GdkDrawable *drawable, DdbListviewIter it, DdbListviewIter group_it, int column, int group_y, int x, int y, int width, int height);
+void draw_column_data (DdbListview *listview, cairo_t *drawable, DdbListviewIter it, DdbListviewIter group_it, int column, int group_y, int x, int y, int width, int height);
void
list_context_menu (DdbListview *listview, DdbListviewIter it, int idx);