Am having a little trouble with the startup of a program am doing in GDK (win32).
I would like that the program just pops up with the window sized and configured as I am placing it in the first lines of code, it is, using the current screen size(1024x768 or 800x600), with no borders or title bar, no caption and with certain location in screen, top and left defined by code.
Instead, the program first opens a black window, about 640x480, with title bar, no caption with borders. After a few instants, the program seems to read and accept my settings and follows them correctly.
Problem is, for the final user those window poppings are annoying and confusing, and the program doesn't look professional. Of course am going to place a splash screen, but it seems that everytime darkGdk() is run, the problem appears again.
Is there a workaround or some way of preconfiguring the "first run"?
May the 3d force B with U