Set menu window state to active to always show an active border.

SVN revision: 41591
This commit is contained in:
Kim Woelders 2009-08-04 16:11:33 +00:00
parent cd7bbdba20
commit cc6c1e4e45
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ _MenuEwinInit(EWin * ewin)
ewin->props.skip_focuslist = 1;
ewin->props.skip_winlist = 1;
ewin->props.ignorearrange = 1;
ewin->state.active = 1;
EwinInhSetWM(ewin, focus, 1);
ICCCM_SetSizeConstraints(ewin, m->w, m->h, m->w, m->h, 0, 0, 1, 1,