On 18 Oct 2008, at 8:25, Marco wrote: > Is there any mechanism for passing window manager hints about a > window (like the NetWm/EWMW standards) to the window manager from > within Fltk code?
No, not really - it's not very meaningful in a cross-platform context, there's a lot of differences between what the WM's can be told between X/Aquau/Win32/etc... However, it's pretty easy to add the platform specific code and a few ifdef's if you need/want to do it. Getting the OS specific handle for the fltk windows is trivial and from there you just code as for the platform... _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

