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:
3139c3c
)
prep for parentrelative
author
Derek Foreman
<manmower@gmail.com>
Thu, 27 Mar 2003 23:13:22 +0000
(23:13 +0000)
committer
Derek Foreman
<manmower@gmail.com>
Thu, 27 Mar 2003 23:13:22 +0000
(23:13 +0000)
render/render.h
patch
|
blob
|
history
diff --git
a/render/render.h
b/render/render.h
index 5f632dc545f97599b2d905ceafaf4aae1e0b7b09..a983c7830c5f10db12a98af596c4d8fe0a911ee0 100644
(file)
--- a/
render/render.h
+++ b/
render/render.h
@@
-44,6
+44,8
@@
typedef enum {
NoTexture
} TextureType;
+struct Appearance;
+
typedef struct PlanarSurface {
SurfaceColorType grad;
ReliefType relief;
@@
-53,6
+55,9
@@
typedef struct PlanarSurface {
color_rgb *border_color;
gboolean interlaced;
gboolean border;
+ struct Appearance *parent;
+ int parentx;
+ int parenty;
pixel32 *pixel_data;
} PlanarSurface;