dump right profile.

SVN revision: 50921
expedite-1.1
Carsten Haitzler 13 years ago
parent 5c4eee0c93
commit e3b0932cc1
  1. 1
      src/bin/main.c

@ -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;

Loading…
Cancel
Save