Hi, I am running FLTK 1.1.10 on Windows 7. If I make a fullscreen window with this code:
*#include <Fl/Fl.h> #include <Fl/Fl_window.h> 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 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? Thanks! -katz _______________________________________________ fltk mailing list fltk@easysw.com http://lists.easysw.com/mailman/listinfo/fltk