aboutsummaryrefslogtreecommitdiffstats
path: root/menu.c (unfollow)
Commit message (Collapse)AuthorLines
2008-05-20Pull out the behaviour in grab_label and search_start into one utilityoga-0/+296
function menu_filter(). The plan is to eventually merge in grab_menu too. Shrinks the code a fair bit. Also, change XMaskEvent for XWindowEvent to prevent getting exposes for other windows. This is particuarly noticable on slow machines with a LOT of xterms (todd, you're an odd man). ok okan@, todd@.