]> Dogcows Code - chaz/openbox/blobdiff - render/gradient.h
merge the C branch into HEAD
[chaz/openbox] / render / gradient.h
diff --git a/render/gradient.h b/render/gradient.h
new file mode 100644 (file)
index 0000000..626278f
--- /dev/null
@@ -0,0 +1,14 @@
+#ifndef __gradient_h
+#define __gradient_h
+
+#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);
+
+#endif /* __gradient_h */
This page took 0.026826 seconds and 4 git commands to generate.