diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-02 00:35:22 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-02 00:35:22 +0000 |
| commit | 66d6e1120ec4e66433ecec673258856def164070 (patch) | |
| tree | c8737ad9ab52c9883b572c6ced2d2dbecefe2e6f /render/render.h | |
| parent | a223fa20579fec9ba731e426b0a28ce983862b6c (diff) | |
small change to the render API. RrMinsize became RrMinSize. added RrMinWidth and RrMinHeight.
make focus/desktop popups wider based on the screen size with the old size as a minimum.
left-align the desktop dialog.. i think better dialogs would be nice. and to make them hide or something when you switch desktops while switching windows etc.
Diffstat (limited to 'render/render.h')
| -rw-r--r-- | render/render.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/render/render.h b/render/render.h index da2361cc..3b996375 100644 --- a/render/render.h +++ b/render/render.h @@ -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, |
