openbox/render/gradient.h

9 lines
137 B
C
Raw Normal View History

2003-03-16 21:11:39 +00:00
#ifndef __gradient_h
#define __gradient_h
#include "render.h"
2003-06-21 02:39:55 +00:00
void RrRender(RrAppearance *a, int w, int h);
2003-03-16 21:11:39 +00:00
#endif /* __gradient_h */