summaryrefslogtreecommitdiff
path: root/gtkplaylist.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-10-23 19:47:29 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-10-23 19:47:29 +0200
commit57c3e22114062dfdfe00944e93bc07476d45137f (patch)
tree906f0ab20cb30521096165c391e0f9699c361165 /gtkplaylist.h
parentcb169a518b82993cd50ba11cb91a7aea4ef0dae2 (diff)
animation effects WIP
Diffstat (limited to 'gtkplaylist.h')
-rw-r--r--gtkplaylist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtkplaylist.h b/gtkplaylist.h
index 9cc4bc74..d3656c29 100644
--- a/gtkplaylist.h
+++ b/gtkplaylist.h
@@ -244,4 +244,7 @@ gtkpl_column_update_config (gtkplaylist_t *pl, gtkpl_column_t *c, int idx);
void
gtkpl_column_rewrite_config (gtkplaylist_t *pl);
+void
+gtkpl_expose_header (gtkplaylist_t *ps, int x, int y, int w, int h);
+
#endif // __GTKPLAYLIST_H