]> Dogcows Code - chaz/openbox/blobdiff - render/render.h
Make the icon and hilite the proper sizes.
[chaz/openbox] / render / render.h
index f021410c8f3bfc0bf89161d421ce47584f9c5849..7b81e2ffb163c4ed71571e3129518c4f7b6f2177 100644 (file)
@@ -114,7 +114,7 @@ struct _RrSurface {
     RrColor *primary;
     RrColor *secondary;
     RrColor *border_color;
-    RrColor *bevel_dark; 
+    RrColor *bevel_dark;
     RrColor *bevel_light;
     RrColor *interlace_color;
     gboolean interlaced;
@@ -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.022712 seconds and 4 git commands to generate.