Hi,
I tested a program in a Nvidia 7800gtx, and there was something weird:
- Altough the program was in fullscreen mode, there was an area of the screen where the desktop was still visible. This area is the right-most side and the bottom of the screen (like a rotated "L").
This is the code used for fullscreen:
dbSetWindowTitle ("My title");
dbMaximiseWindow ();
dbSetWindowLayout ( 0, 0, 0 );
I usually run the programs with an ATI videcard, and this issue does not appear. Any Nvidia users having problems?
Or maybe I should use a different setup...