]> Dogcows Code - chaz/openbox/blobdiff - render/render.h
small change to the render API. RrMinsize became RrMinSize. added RrMinWidth and...
[chaz/openbox] / render / render.h
index da2361cc805d7766ce0edec05183cf403e2cc0f8..3b996375b7896023f67564860236b5239b35a189 100644 (file)
@@ -245,7 +245,9 @@ gint    RrFontMaxCharWidth  (const RrFont *f);
    it is non-null. */
 Pixmap RrPaintPixmap (RrAppearance *a, gint w, gint h);
 void   RrPaint       (RrAppearance *a, Window win, gint w, gint h);
-void   RrMinsize     (RrAppearance *a, gint *w, gint *h);
+void   RrMinSize     (RrAppearance *a, gint *w, gint *h);
+gint   RrMinWidth    (RrAppearance *a);
+gint   RrMinHeight   (RrAppearance *a);
 void   RrMargins     (RrAppearance *a, gint *l, gint *t, gint *r, gint *b);
 
 gboolean RrPixmapToRGBA(const RrInstance *inst,
This page took 0.019559 seconds and 4 git commands to generate.