]> Dogcows Code - chaz/openbox/commitdiff
added position to the textures
authorDerek Foreman <manmower@gmail.com>
Wed, 26 Mar 2003 00:50:06 +0000 (00:50 +0000)
committerDerek Foreman <manmower@gmail.com>
Wed, 26 Mar 2003 00:50:06 +0000 (00:50 +0000)
render/render.h

index 8363dd9095ded90a14d25d0bb1b950de11c9cf5c..18894a33bf69d998477605acc564b9bf2dab5906 100644 (file)
@@ -111,6 +111,7 @@ typedef union {
 } TextureData;
 
 typedef struct Texture {
+    Rect position;
     TextureType type;
     TextureData data;
 } Texture;
This page took 0.024383 seconds and 4 git commands to generate.