gtk/gsk/gskroundedrectprivate.h
Benjamin Otte 59d638a09f gsk: Add GskRoundedRect
It's essentially a port of GtkRoundedBox to graphene.
2016-12-20 18:01:10 +01:00

16 lines
394 B
C

#ifndef __GSK_ROUNDED_RECT_PRIVATE_H__
#define __GSK_ROUNDED_RECT_PRIVATE_H__
#include "gskroundedrect.h"
#include <cairo.h>
G_BEGIN_DECLS
void gsk_rounded_rect_path (const GskRoundedRect *self,
cairo_t *cr);
G_END_DECLS
#endif /* __GSK_ROUNDED_RECT_PRIVATE_H__ */