Hello All,

I'd like to know how to have a real fullscreen mode under linux...
(I mean without the "start" bar)

Under windows I am just using
resize(Fl::x(),Fl::y(),GetSystemMetrics(SM_CXSCREEN),GetSystemMetrics(SM_CYSCREEN));

But ofcourse, GetSystemMetrics(SM_CXSCREEN) is a windows function, so I'd like 
to have it's equivalent under unix.
I think it would be usefull to have new variables in FLTK defining the REAL 
full screen resolution.

Thanks for help.

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to