]> Dogcows Code - chaz/openbox/blobdiff - render/render.h
remove debug prints
[chaz/openbox] / render / render.h
index 19f0989eff4c8b9463ddbbf6d333252d66366337..abdf03bb02e3d1cd7ae0c2f8731209e91393b8a4 100644 (file)
@@ -67,6 +67,7 @@ struct _RrSurface {
     RrColor *border_color;
     RrColor *bevel_dark; 
     RrColor *bevel_light;
+    RrColor *interlace_color;
     gboolean interlaced;
     gboolean border;
     RrAppearance *parent;
@@ -163,8 +164,6 @@ gint     RrBlueShift    (const RrInstance *inst);
 gint     RrRedMask      (const RrInstance *inst);
 gint     RrGreenMask    (const RrInstance *inst);
 gint     RrBlueMask     (const RrInstance *inst);
-guint    RrPseudoBPC    (const RrInstance *inst);
-XColor*  RrPseudoColors (const RrInstance *inst);
 
 RrColor *RrColorNew   (const RrInstance *inst, gint r, gint g, gint b);
 RrColor *RrColorParse (const RrInstance *inst, gchar *colorname);
This page took 0.021047 seconds and 4 git commands to generate.