glutSetWindowStayOnTop (3) - Linux Manuals
glutSetWindowStayOnTop: Set stay on top mode for current window
NAME
glutSetWindowStayOnTop - Set stay on top mode for current windowLIBRARY
OpenGLUT - experimentalSYNOPSIS
In openglut.h Ft void Fn glutSetWindowStayOnTop int enablePARAMETERS
Bf Em
Sends the Icewm style message to all window managers (KDE, twm, blackbox, ratpoison, amiwm, and whatever others you have). Can we detect Icewm reliably and only send the Icewm formatted message for Icewm? Possibbly harmless as it stands, but looks wrong.
Should walk the tree of menus and glutPopWindow() (or all windows that are of menu-window type?).
Investigate making a workalike variant using glutPopWindow() to mimic the feature where not directly supported.
DESCRIPTION
CAVEATS
Does not work on all window managers.
TODO
Can a glutGet() be defined to tell us whether a window can be made to stay on top? Or whether a window has (successfully) been marked for staying on top?