]> Dogcows Code - chaz/openbox/blobdiff - obrender/render.h
Individual button appearances from the theme.
[chaz/openbox] / obrender / render.h
index 4951be1e0202a7c31cb245ab60eb1ef82bfc6f40..1ec47a265238c41218da291c54d01e3ebcbb02ad 100644 (file)
@@ -92,7 +92,7 @@ typedef enum {
     RR_JUSTIFY_LEFT,
     RR_JUSTIFY_CENTER,
     RR_JUSTIFY_RIGHT,
-    RR_JUSITFY_NUM_TYPES
+    RR_JUSTIFY_NUM_TYPES
 } RrJustify;
 
 /* Put middle first so it's the default */
@@ -303,6 +303,7 @@ gint     RrGreenMask    (const RrInstance *inst);
 gint     RrBlueMask     (const RrInstance *inst);
 
 RrColor *RrColorNew   (const RrInstance *inst, gint r, gint g, gint b);
+RrColor *RrColorCopy  (RrColor *c);
 RrColor *RrColorParse (const RrInstance *inst, gchar *colorname);
 void     RrColorFree  (RrColor *in);
 
This page took 0.020412 seconds and 4 git commands to generate.