> > -    if (menu.item_w > 200) menu.item_w = 200; // jcr 23/feb/2000 

Sorry my patch is backwards! It should be adding the line.
It should be:

--- src/Basemenu.cc.orig        Wed May 31 15:42:49 2000
+++ src/Basemenu.cc     Wed Jan 10 00:42:45 2001
@@ -312,6 +312,7 @@
     ii += (menu.bevel_w * 2) + (menu.item_h * 2);
 
     menu.item_w = ((menu.item_w < (unsigned int) ii) ? ii : menu.item_w);
+    if (menu.item_w > 200) menu.item_w = 200; // jcr 23/feb/2000 
   }
 
   if (menuitems->count()) {

> For the sake of someone with little programming experience (Hey I'm
> trying to learn here but there's this damned High School stuff..) How
> would I patch this thing into Basemenu.cc?  I don't really want to enjoy
> the perks of possibly doing this wrong. =o)

I made this patch by copying the src/Basemenu.cc file to
src/Basemenu.cc.orig and edited the Basemenu.cc. Then I did: 
  diff -u src/Basemenu.cc.orig src/Basemenu.cc

You can use the patch by typing patch (while in the blackbox-0.61.0
directory) and pasting in the pathc liens above.

  Jeremy C. Reed
.......................................................
     ISP-FAQ.com -- find answers to your questions
     http://www.isp-faq.com/

Reply via email to