CVSROOT: /cvs Module name: xenocara Changes by: o...@cvs.openbsd.org 2022/10/15 10:06:07
Modified files: app/cwm : menu.c Log message: Fix overlapping menu items as reported by kn@ and probably others at some point; with op@ and Walter Alejandro Iglesias helping along the way. Consistently use font ascent+descent instead of an arbitrary font height+1 for individual menu item rectangles and placement. ok kn@ op@