diff 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
line wrap: on
line diff
--- a/src/layout.h	Thu Oct 19 11:45:14 2006 +0000
+++ b/src/layout.h	Thu Oct 19 13:38:52 2006 +0000
@@ -17,6 +17,8 @@
 
 
 LayoutWindow *layout_new(const gchar *path, gint popped, gint hidden);
+LayoutWindow *layout_new_with_geometry(const gchar *path, gint popped, gint hidden,
+				       const gchar *geometry);
 
 void layout_close(LayoutWindow *lw);
 void layout_free(LayoutWindow *lw);