all repos — openbox @ 8e68958a075f96a9e187d44b809582ab50339d6d

openbox fork - make it a bit more like ryudo

prep for parentrelative
Derek Foreman manmower@gmail.com
commit

8e68958a075f96a9e187d44b809582ab50339d6d

parent

3139c3c7132e326e82183feb6fcea8dd38e6b41e

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M render/render.hrender/render.h

@@ -44,6 +44,8 @@ RGBA,

NoTexture } TextureType; +struct Appearance; + typedef struct PlanarSurface { SurfaceColorType grad; ReliefType relief;

@@ -53,6 +55,9 @@ color_rgb *secondary;

color_rgb *border_color; gboolean interlaced; gboolean border; + struct Appearance *parent; + int parentx; + int parenty; pixel32 *pixel_data; } PlanarSurface;