2005-04-13 17:36:17 +00:00
|
|
|
#ifndef _HAVE_CLTR_GLU_H
|
|
|
|
#define _HAVE_CLTR_GLU_H
|
|
|
|
|
|
|
|
#include "cltr.h"
|
|
|
|
|
|
|
|
void
|
|
|
|
cltr_glu_set_color(PixbufPixel *p);
|
|
|
|
|
2005-05-14 10:19:39 +00:00
|
|
|
void
|
2005-04-13 17:36:17 +00:00
|
|
|
cltr_glu_rounded_rect(int x1,
|
|
|
|
int y1,
|
|
|
|
int x2,
|
|
|
|
int y2,
|
2005-05-14 10:19:39 +00:00
|
|
|
int line_width,
|
2005-04-13 17:36:17 +00:00
|
|
|
int radius,
|
|
|
|
PixbufPixel *col);
|
|
|
|
|
2005-05-14 10:19:39 +00:00
|
|
|
void
|
|
|
|
cltr_glu_rounded_rect_filled(int x1,
|
|
|
|
int y1,
|
|
|
|
int x2,
|
|
|
|
int y2,
|
|
|
|
int radius,
|
|
|
|
PixbufPixel *col);
|
|
|
|
|
2005-04-13 17:36:17 +00:00
|
|
|
#endif
|