mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
18 lines
290 B
C
18 lines
290 B
C
#ifndef _HAVE_CLTR_GLU_H
|
|
#define _HAVE_CLTR_GLU_H
|
|
|
|
#include "cltr.h"
|
|
|
|
void
|
|
cltr_glu_set_color(PixbufPixel *p);
|
|
|
|
void
|
|
cltr_glu_rounded_rect(int x1,
|
|
int y1,
|
|
int x2,
|
|
int y2,
|
|
int radius,
|
|
PixbufPixel *col);
|
|
|
|
#endif
|