From: Derek Foreman Date: Wed, 26 Mar 2003 00:50:06 +0000 (+0000) Subject: added position to the textures X-Git-Tag: openbox-3_0-rc1-RELEASE~1680 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=384ba398b2fd2aa3ac42c0df2ddbb647d2a139f1;p=dana%2Fopenbox.git added position to the textures --- diff --git a/render/render.h b/render/render.h index 8363dd90..18894a33 100644 --- a/render/render.h +++ b/render/render.h @@ -111,6 +111,7 @@ typedef union { } TextureData; typedef struct Texture { + Rect position; TextureType type; TextureData data; } Texture;