changeset 2531 | c7f841eb91fb |
parent 2520 | b785c90b93fe |
child 2948 | 3f21a9dc93d0 |
--- a/QTfrontend/SDLs.cpp Sat Oct 17 13:57:40 2009 +0000 +++ b/QTfrontend/SDLs.cpp Sat Oct 17 21:01:54 2009 +0000 @@ -67,7 +67,7 @@ } else { for(int i = 0; modes[i]; ++i) - if ((modes[i]->w >= 640) && (modes[i]->h >= 480) && (modes[i]->h <= 1200)) + if ((modes[i]->w >= 640) && (modes[i]->h >= 480)) result << QString("%1x%2").arg(modes[i]->w).arg(modes[i]->h); }