]> Dogcows Code - chaz/openbox/blobdiff - render/render.h
backport the changes to render/ from the alttab branch (commit 3592046b2b26e05ee94c0d...
[chaz/openbox] / render / render.h
index d9438edc72322518a1bf5c19820d95f617a4d5ed..10eafc6e5724416a61735d680f495181e6ca0602 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.020919 seconds and 4 git commands to generate.