diff options
author | Alexey Yakovenko <wakeroid@gmail.com> | 2009-12-23 21:15:35 +0100 |
---|---|---|
committer | Alexey Yakovenko <wakeroid@gmail.com> | 2009-12-23 21:15:35 +0100 |
commit | d55be151ce3a2244b0143ab2fff986df5bfb227a (patch) | |
tree | c091b820ab6d078a41d314baf98d645aced292e5 /plugins/gtkui/gtkplaylist.h | |
parent | 301f38f04ab0a6c693f5872968059d999202c227 (diff) |
added gtkpl_get_column_for_click function
Diffstat (limited to 'plugins/gtkui/gtkplaylist.h')
-rw-r--r-- | plugins/gtkui/gtkplaylist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/gtkui/gtkplaylist.h b/plugins/gtkui/gtkplaylist.h index 208a19ef..07c1dd94 100644 --- a/plugins/gtkui/gtkplaylist.h +++ b/plugins/gtkui/gtkplaylist.h @@ -254,4 +254,7 @@ gtk_pl_redraw_item_everywhere (DB_playItem_t *it); void gtkpl_set_cursor (int iter, int cursor); +int +gtkpl_get_column_for_click (gtkplaylist_t *pl, int click_x); + #endif // __GTKPLAYLIST_H |