]> Dogcows Code - chaz/openbox/blobdiff - render/gradient.h
make openbox base-dir spec compliant, and change the theme dir structure, so that...
[chaz/openbox] / render / gradient.h
index d0a35c7d71cb006d5ae86a7797de205b7d8067e0..0c4b2261e698eb35256e2765045b99d7353b8f27 100644 (file)
@@ -3,13 +3,6 @@
 
 #include "render.h"
 
-void gradient_render(Surface *sf, int w, int h);
-void gradient_vertical(Surface *sf, int w, int h);
-void gradient_horizontal(Surface *sf, int w, int h);
-void gradient_diagonal(Surface *sf, int w, int h);
-void gradient_crossdiagonal(Surface *sf, int w, int h);
-void gradient_pyramid(Surface *sf, int w, int h);
-void gradient_solid(Appearance *l, int x, int y, int w, int h);
-void highlight(pixel32 *x, pixel32 *y, gboolean raised);
+void RrRender(RrAppearance *a, int w, int h);
 
 #endif /* __gradient_h */
This page took 0.022653 seconds and 4 git commands to generate.