projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fede14d
)
added position to the textures
author
Derek Foreman
<manmower@gmail.com>
Wed, 26 Mar 2003 00:50:06 +0000
(
00:50
+0000)
committer
Derek Foreman
<manmower@gmail.com>
Wed, 26 Mar 2003 00:50:06 +0000
(
00:50
+0000)
render/render.h
patch
|
blob
|
history
diff --git
a/render/render.h
b/render/render.h
index 8363dd9095ded90a14d25d0bb1b950de11c9cf5c..18894a33bf69d998477605acc564b9bf2dab5906 100644
(file)
--- 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;