dump right profile.

SVN revision: 50921
This commit is contained in:
Carsten Haitzler 2010-08-09 05:54:22 +00:00
parent 5c4eee0c93
commit e3b0932cc1
1 changed files with 1 additions and 0 deletions

View File

@ -1263,6 +1263,7 @@ _profile_parse(int argc, char **argv)
for (j = 0; resolutions[j].name != NULL; ++j)
if (!strcmp(argv[i], resolutions[j].name))
{
profile = resolutions[j].name;
win_w = resolutions[j].width;
win_h = resolutions[j].height;
break;