messages sent to info/warning/error/fatal should end with endmsg, not endl
[ardour.git] / libs / clearlooks-newer / clearlooks_draw.h
1 #ifndef CLEARLOOKS_DRAW_H
2 #define CLEARLOOKS_DRAW_H
3
4 #include "clearlooks_types.h"
5 #include "clearlooks_style.h"
6
7 #include <gtk/gtk.h>
8 #include <gdk/gdk.h>
9
10 #include <cairo.h>
11
12 GE_INTERNAL void clearlooks_register_style_classic (ClearlooksStyleFunctions *functions);
13 GE_INTERNAL void clearlooks_register_style_glossy  (ClearlooksStyleFunctions *functions);
14 GE_INTERNAL void clearlooks_register_style_gummy  (ClearlooksStyleFunctions *functions);
15 GE_INTERNAL void clearlooks_register_style_inverted (ClearlooksStyleFunctions *functions);
16
17 #endif /* CLEARLOOKS_DRAW_H */