mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
15 lines
299 B
C
15 lines
299 B
C
|
|
#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);
|
||
|
|
|
||
|
|
#endif /* CLEARLOOKS_DRAW_H */
|