summaryrefslogtreecommitdiff
path: root/libs/clearlooks-newer/clearlooks_draw.h
blob: a3f26764da5e92b4c4a367c5f71936ed1fda9f0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef CLEARLOOKS_DRAW_H
#define CLEARLOOKS_DRAW_H

#include "clearlooks_types.h"
#include "clearlooks_style.h"

#include <gtk/gtk.h>
#include <gdk/gdk.h>

#include <cairo.h>

GE_INTERNAL void clearlooks_register_style_classic (ClearlooksStyleFunctions *functions);
GE_INTERNAL void clearlooks_register_style_glossy  (ClearlooksStyleFunctions *functions);
GE_INTERNAL void clearlooks_register_style_gummy  (ClearlooksStyleFunctions *functions);
GE_INTERNAL void clearlooks_register_style_inverted (ClearlooksStyleFunctions *functions);

#endif /* CLEARLOOKS_DRAW_H */