*add* allow xrandr names (hopefully works)

git-svn-id: http://tint2.googlecode.com/svn/trunk@403 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
Andreas.Fink85
2010-03-20 08:30:41 +00:00
parent fda9e0e722
commit 788cfce122
5 changed files with 91 additions and 29 deletions

View File

@@ -692,6 +692,8 @@ int main (int argc, char *argv[])
init (argc, argv);
init_config();
init_X11();
i = 0;
if (config_path)
i = config_read_file (config_path);
@@ -703,7 +705,6 @@ int main (int argc, char *argv[])
exit(1);
}
init_X11();
init_panel();
cleanup_config();
if (snapshot_path) {