backport the changes to render/ from the alttab branch (commit 3592046b2b26e05ee94c0d...
[dana/openbox.git] / render / render.h
index d9438ed..10eafc6 100644 (file)
@@ -167,6 +167,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 {