]> Dogcows Code - chaz/openbox/blobdiff - render/render.h
Make the icon and hilite the proper sizes.
[chaz/openbox] / render / render.h
index 1f87c6e08a91648b1a0e799f81d36b071c2c317a..7b81e2ffb163c4ed71571e3129518c4f7b6f2177 100644 (file)
@@ -165,6 +165,11 @@ struct _RrTextureRGBA {
     gint cwidth;
     gint cheight;
     RrPixel32 *cache;
+/* size and position to draw at */
+    gint tx;
+    gint ty;
+    gint twidth;
+    gint theight;
 };
 
 struct _RrTextureLineArt {
This page took 0.020491 seconds and 4 git commands to generate.