103 |
|
} |
104 |
|
else |
105 |
|
{ |
106 |
< |
// In -noswtich we put predefined window sizes which don't overlap |
106 |
> |
// In -noswitch we put predefined window sizes which don't overlap |
107 |
|
// deskbar(s) plus one "native" fullscreen mode. |
108 |
|
|
109 |
|
unsigned int workarea_width, workarea_height, frame_width, frame_height; |
398 |
|
|
399 |
|
if (!M3gResolutionSwitch && opt_gamma) |
400 |
|
{ |
401 |
< |
UUrStartupMessage("Ignoring gamma setting for a windowed mode"); |
401 |
> |
UUrStartupMessage("Ignoring gamma setting due to windowed mode"); |
402 |
|
opt_gamma = false; |
403 |
|
} |
404 |
|
|