Mercurial > geeqie.yaz
comparison src/layout.h @ 81:0ef72a64930b
Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
* layout.[ch] (layout_new_with_geometry): New function to create a
layout sized to an X geometry string.
* main.c: Add support for --geometry on the command line.
author | gqview |
---|---|
date | Thu, 19 Oct 2006 13:38:52 +0000 |
parents | d907d608745f |
children | 271afad04d07 |
comparison
equal
deleted
inserted
replaced
80:a10fc0308c12 | 81:0ef72a64930b |
---|---|
15 | 15 |
16 extern GList *layout_window_list; | 16 extern GList *layout_window_list; |
17 | 17 |
18 | 18 |
19 LayoutWindow *layout_new(const gchar *path, gint popped, gint hidden); | 19 LayoutWindow *layout_new(const gchar *path, gint popped, gint hidden); |
20 LayoutWindow *layout_new_with_geometry(const gchar *path, gint popped, gint hidden, | |
21 const gchar *geometry); | |
20 | 22 |
21 void layout_close(LayoutWindow *lw); | 23 void layout_close(LayoutWindow *lw); |
22 void layout_free(LayoutWindow *lw); | 24 void layout_free(LayoutWindow *lw); |
23 | 25 |
24 gint layout_valid(LayoutWindow **lw); | 26 gint layout_valid(LayoutWindow **lw); |