summaryrefslogtreecommitdiff
path: root/libs/clearlooks/clearlooks_draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/clearlooks/clearlooks_draw.h')
-rw-r--r--libs/clearlooks/clearlooks_draw.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/libs/clearlooks/clearlooks_draw.h b/libs/clearlooks/clearlooks_draw.h
deleted file mode 100644
index 71d3b4ae68..0000000000
--- a/libs/clearlooks/clearlooks_draw.h
+++ /dev/null
@@ -1,24 +0,0 @@
-#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, ClearlooksStyleConstants *constants);
-GE_INTERNAL void clearlooks_register_style_glossy (ClearlooksStyleFunctions *functions, ClearlooksStyleConstants *constants);
-GE_INTERNAL void clearlooks_register_style_gummy (ClearlooksStyleFunctions *functions, ClearlooksStyleConstants *constants);
-GE_INTERNAL void clearlooks_register_style_inverted (ClearlooksStyleFunctions *functions, ClearlooksStyleConstants *constants);
-
-/* Fallback focus function */
-GE_INTERNAL void clearlooks_draw_focus (cairo_t *cr,
- const ClearlooksColors *colors,
- const WidgetParameters *widget,
- const FocusParameters *focus,
- int x, int y, int width, int height);
-
-#endif /* CLEARLOOKS_DRAW_H */