Hi everybody.
I have a question regarding the resolution...
I need 1024x768 and i do already know how to get Dark GDK to resize the window:
dbSetWindowSize(1024,768);
dbSetDisplayMode(1024,768,32);
looks good and seems to work as supposed...
but it is really annoying that when i start the game it will open a window in 640x480 which will resize after a few seconds.
in addition it isn't centered or anything afterwards. it just resizes out of the display.
isn't there any way to "do this right"?
thanks for reading (and replying?
)