ports/x11/mlvwm/patches/patch-mlvwm_menus_c

13 lines
316 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: mlvwm/menus.c
--- mlvwm/menus.c.orig
+++ mlvwm/menus.c
@@ -115,8 +115,6 @@ void RedrawMenu( MenuLabel *m, Bool onoroff )
void RedrawMenuBar( void )
{
- int lp;
-
if( Scr.flags&SYSTEM8 )
DrawShadowBox( 0, 0, Scr.MyDisplayWidth, MENUB_H, Scr.MenuBar, 1,
Scr.WhiteGC, Scr.Gray1GC, SHADOW_ALL );