On Mon, 28 Feb 2000, Joseph Blough wrote:

> Is it possible to add "Always on Top" to the options in linux?  The xteddy
> code uses this to keep the window on top:
>  
> ...
>     case VisibilityNotify:
>       /* Put xteddy on top of overlapping windows */
>       if (float_up)
>         if ((report.xvisibility.state == VisibilityFullyObscured)
>           || (report.xvisibility.state == VisibilityPartiallyObscured))
>             XRaiseWindow(display,win);
>       break;

Ugh.  Please don't implement it like that.  Imagine two such apps
overlapping.

I have freeamp set to be always on top using "window matching" in
Sawmill.  Most WMs allow you to specify keep-on-top for selected
windows.  Some WMs also support window hints for this from the
application.

cheers,

Paul

_______________________________________________
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev
  • General Joseph Blough
    • Paul Warren

Reply via email to