formatting update
This commit is contained in:
parent
f952b92521
commit
f698d24c69
5
dwss.c
5
dwss.c
@ -44,7 +44,8 @@ static gchar *geometry = NULL;
|
||||
|
||||
static GOptionEntry options[] = {
|
||||
{"geometry", 0, 0, G_OPTION_ARG_STRING, &geometry,
|
||||
N_("The initial size and position of window"), N_("WIDTHxHEIGHT+X+Y")},
|
||||
N_("The initial size and position of window"),
|
||||
N_("WIDTHxHEIGHT+X+Y")},
|
||||
{NULL}
|
||||
};
|
||||
|
||||
@ -90,7 +91,9 @@ main (int argc,
|
||||
|
||||
if ((geometry == NULL)
|
||||
|| !gtk_window_parse_geometry (GTK_WINDOW (window), geometry))
|
||||
{
|
||||
gtk_window_set_default_size (GTK_WINDOW (window), 640, 480);
|
||||
}
|
||||
|
||||
gtk_widget_show (window);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user