*** empty log message ***

This commit is contained in:
Elias Naur 2003-10-21 15:11:59 +00:00
parent da8ecec8f8
commit 50326a73f7
16 changed files with 560 additions and 748 deletions

View file

@ -140,6 +140,7 @@ public class FullScreenWindowedTest {
}
}
}
Display.resetDisplayMode();
}
/**
@ -292,7 +293,7 @@ public class FullScreenWindowedTest {
for (int i = 0; i < modes.length; i++) {
if (modes[i].width == width
&& modes[i].height == height
&& modes[i].bpp >= bpp) {
&& modes[i].bpp >= bpp && modes[i].freq <= 60) {
return modes[i];
}
}