From: phillbush Date: Sat, 16 May 2020 17:43:07 +0000 (-0300) Subject: improved algorithm for mapping/unmapping X-Git-Url: https://git.subgeniuskitty.com/xmenu/.git/commitdiff_plain/d8a7caf2e364df7b00149204f3cdd49eb48851ed?hp=d8a7caf2e364df7b00149204f3cdd49eb48851ed improved algorithm for mapping/unmapping In previous versions, all the previous current visible menus are unmapped and the new currently visible menus are mapped when the current visible menu changed. Now, using an algorithm that finds the lowest common ancestor between current and current_new menus, only the necessary menus are remapped on the display. ---