mutter/clutter/cltr-glu.h

27 lines
498 B
C
Raw Normal View History

#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
cltr_glu_rounded_rect(int x1,
int y1,
int x2,
int y2,
2005-05-14 10:19:39 +00:00
int line_width,
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);
#endif