]> Dogcows Code - chaz/openbox/blobdiff - render/gradient.h
solids should now work with offsets
[chaz/openbox] / render / gradient.h
index 626278f52af18e726c0c509151db3ef8d210af7c..8c4e90f3d42892ff54f0baa3a76d5fb62e416b0f 100644 (file)
@@ -8,7 +8,7 @@ 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 gradient_solid(Appearance *l, int x, int y, int w, int h);
 void highlight(pixel32 *x, pixel32 *y, gboolean raised);
 
 #endif /* __gradient_h */
This page took 0.021999 seconds and 4 git commands to generate.