]> Dogcows Code - chaz/openbox/blobdiff - render/render.h
Merge branch 'wip/alttab'
[chaz/openbox] / render / render.h
index ad9a0ef117b82775217fa98026d37b8d076b3747..260ebeb0bf9f931fe63b1690fd2ba4de3cca7659 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 {
This page took 0.02075 seconds and 4 git commands to generate.