When tray overlaps board yet is hidden, should not be on top except

when focussed.  Remember state before gained focus, and restore it
when loses.
This commit is contained in:
ehouse 2008-12-01 13:04:14 +00:00
parent b78a46e110
commit 438be9dd2a

View file

@ -170,6 +170,7 @@ struct BoardCtxt {
#ifdef KEYBOARD_NAV
XP_Bool focusHasDived;
XP_Bool hideFocus; /* not saved */
XP_Bool trayHiddenPreFocus; /* not saved */
XP_Rect remRect; /* on scoreboard */
#endif