prep for parentrelative
This commit is contained in:
parent
3139c3c713
commit
8e68958a07
1 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,8 @@ typedef enum {
|
||||||
NoTexture
|
NoTexture
|
||||||
} TextureType;
|
} TextureType;
|
||||||
|
|
||||||
|
struct Appearance;
|
||||||
|
|
||||||
typedef struct PlanarSurface {
|
typedef struct PlanarSurface {
|
||||||
SurfaceColorType grad;
|
SurfaceColorType grad;
|
||||||
ReliefType relief;
|
ReliefType relief;
|
||||||
|
@ -53,6 +55,9 @@ typedef struct PlanarSurface {
|
||||||
color_rgb *border_color;
|
color_rgb *border_color;
|
||||||
gboolean interlaced;
|
gboolean interlaced;
|
||||||
gboolean border;
|
gboolean border;
|
||||||
|
struct Appearance *parent;
|
||||||
|
int parentx;
|
||||||
|
int parenty;
|
||||||
pixel32 *pixel_data;
|
pixel32 *pixel_data;
|
||||||
} PlanarSurface;
|
} PlanarSurface;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue