On 05/04/11 18:08, Zoltán Lengyel wrote: > the window looses it's header and resizes itself correctly, but does > not cover the taskbar on the bottom of the screen. I was just > wondering is this the way it supposed to work, or is there a > workaround to make it covering everything, like a game?
This is the way it is supposed to work - though I concede that a lot of folk are surprised by that... What happens is that fltk queries the window manager to ask what the avaialble scree real-estate is, and many window managers (the Windows one for example, as you have noticed) report an area that masks out some "safe" areas for the taskbars, etc... OSX and Gnome and, well, lots of systems do the same though, so at least we are consistent... If you query the system to get the actual display size and set the window that size explicitly, you can lay a window over these "safe" areas (on most systems, anyway) but that's not what the fltk fullscreen does by default. I'd post an example, but can't find it - someone may have something lying around? _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

