all repos — fluxbox @ 531e9894993314814bea71491447c47262469a6d

custom fork of the fluxbox windowmanager

fixed transparent bug
fluxgen fluxgen
commit

531e9894993314814bea71491447c47262469a6d

parent

67898ededb895bc7027a0517b009f546d57936ed

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M src/FbTk/Menu.ccsrc/FbTk/Menu.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Menu.cc,v 1.34 2003/08/18 11:49:50 fluxgen Exp $ +// $Id: Menu.cc,v 1.35 2003/08/24 16:57:38 fluxgen Exp $ //use GNU extensions #ifndef _GNU_SOURCE

@@ -743,6 +743,7 @@

if (! item->submenu()->isVisible()) { item->submenu()->show(); item->submenu()->raise(); + item->submenu()->renderTransFrame(); } item->submenu()->moving = moving;

@@ -1383,6 +1384,7 @@ menu.frame.width(), menu.frame.height());

} */ + menu.frame.clear(); menu.frame.updateTransparent(); }