Re: [fltk.general] 1.1.10 Fullscreen not covering taskbar

2011-04-05 Thread Edzard Egberts
imacart...@gmail.com schrieb: > On 05/04/11 18:08, Zoltán Lengyel wrote: > > I'd post an example, but can't find it - someone may have something > lying around? Yes, but it's a little oversized, not all english and there are some linux parts missing (returning zero). But it takes account of multi

Re: [fltk.general] 1.1.10 Fullscreen not covering taskbar

2011-04-05 Thread imacart...@gmail.com
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?

[fltk.general] 1.1.10 Fullscreen not covering taskbar

2011-04-05 Thread Zoltán Lengyel
Hi, I am running FLTK 1.1.10 on Windows 7. If I make a fullscreen window with this code: *#include #include int main() { Fl_Window window(300,200, "Window title"); window.fullscreen(); window.show(); return Fl::run(); }* the window looses it's header and resizes itself cor