]> Dogcows Code - chaz/openbox/blobdiff - render/gradient.h
remove debug print
[chaz/openbox] / render / gradient.h
index 626278f52af18e726c0c509151db3ef8d210af7c..0c4b2261e698eb35256e2765045b99d7353b8f27 100644 (file)
@@ -3,12 +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_solid(Appearance *l, int w, int h); /* needs access to pixmap */
-void highlight(pixel32 *x, pixel32 *y, gboolean raised);
+void RrRender(RrAppearance *a, int w, int h);
 
 #endif /* __gradient_h */
This page took 0.020813 seconds and 4 git commands to generate.