]> Dogcows Code - chaz/openbox/commitdiff
prep for parentrelative
authorDerek Foreman <manmower@gmail.com>
Thu, 27 Mar 2003 23:13:22 +0000 (23:13 +0000)
committerDerek Foreman <manmower@gmail.com>
Thu, 27 Mar 2003 23:13:22 +0000 (23:13 +0000)
render/render.h

index 5f632dc545f97599b2d905ceafaf4aae1e0b7b09..a983c7830c5f10db12a98af596c4d8fe0a911ee0 100644 (file)
@@ -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;
 
This page took 0.02835 seconds and 4 git commands to generate.