summaryrefslogtreecommitdiff
path: root/gsk/gskroundedrectprivate.h
blob: 39b968c562d4e7a07d0c59f1d9c65ef8ffc73938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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__ */