Add a "keep panel on top" option
commit68cb141c180580c07d93da8a6848f1994fcdf6e0
authorTony Houghton <h@realh.co.uk>
Tue, 13 May 2008 18:01:47 +0000 (13 19:01 +0100)
committerThomas Leonard <talex5@gmail.com>
Tue, 13 May 2008 18:03:46 +0000 (13 19:03 +0100)
treefaf337ba5f9923cebd031ebe6a71b24bf539024b
parent8f84b51d27c87fbfb8acb4134c63f46518b1b999
Add a "keep panel on top" option

On compiz-fusion 0.7.4, the panels come off the screen.

I think it's compiz's fault. recalcWindowType() in window.c contains
this:

   if (type == CompWindowTypeDockMask && (w->state & CompWindowStateBelowMask))
       type = CompWindowTypeNormalMask;

I'll report it on the compiz forums and/or bug tracker, but it could be
a while before a fix is generally available (reported by Lucas Hazel).
ROX-Filer/Options.xml
ROX-Filer/src/gui_support.c
ROX-Filer/src/panel.c