This commit is contained in:
Daniel Micay 2012-06-16 00:33:19 -04:00
parent b938d4fbce
commit f075a89078
1 changed files with 1 additions and 3 deletions

View File

@ -446,9 +446,7 @@ int main(int argc, char **argv) {
gboolean dynamic_title = FALSE, urgent_on_bell = FALSE, clickable_url = FALSE; gboolean dynamic_title = FALSE, urgent_on_bell = FALSE, clickable_url = FALSE;
GOptionContext *context = g_option_context_new(NULL); GOptionContext *context = g_option_context_new(NULL);
gchar *role = NULL; char *role = NULL, *geometry = NULL, *execute = NULL;
char *geometry = NULL;
char *execute = NULL;
const GOptionEntry entries[] = { const GOptionEntry entries[] = {
{"role", 'r', 0, G_OPTION_ARG_STRING, &role, "The role to use", "ROLE"}, {"role", 'r', 0, G_OPTION_ARG_STRING, &role, "The role to use", "ROLE"},
{"geometry", 0, 0, G_OPTION_ARG_STRING, &geometry, "Window geometry", "GEOMETRY"}, {"geometry", 0, 0, G_OPTION_ARG_STRING, &geometry, "Window geometry", "GEOMETRY"},