Quote: Originally posted by ahmok |
When I try setmode(19201080), it seems that an error happens.
Moreover, there is another problem. If user wants to develop game with game window 400x1000, it is impossible. I try setmode(4001000), a very, very
fat window appears. Very strange.
|
Not really, I told you that it wouldn't work for screen heights of 1000 or more.
set_mode(4001000) defines the window width at 4001 and its height at 000 so no surprises that that doesn't work. Try 399999. I'm sure you can afford
to sacrifice 1 or 2 pixels. |