]> Dogcows Code - chaz/openbox/blobdiff - render/render.h
add a default icon made by merry.
[chaz/openbox] / render / render.h
index abdf03bb02e3d1cd7ae0c2f8731209e91393b8a4..02804c014f53689ce7dc404fef02976b7fc6d0ca 100644 (file)
@@ -183,8 +183,9 @@ int RrFontMeasureString (const RrFont *f, const gchar *str);
 int RrFontHeight        (const RrFont *f);
 int RrFontMaxCharWidth  (const RrFont *f);
 
-void RrPaint   (RrAppearance *l, Window win, gint w, gint h);
-void RrMinsize (RrAppearance *l, gint *w, gint *h);
+void RrPaint   (RrAppearance *a, Window win, gint w, gint h);
+void RrMinsize (RrAppearance *a, gint *w, gint *h);
+void RrMargins (RrAppearance *a, gint *l, gint *t, gint *r, gint *b);
 
 gboolean RrPixmapToRGBA(const RrInstance *inst,
                         Pixmap pmap, Pixmap mask,
This page took 0.026539 seconds and 4 git commands to generate.