Set focusclick attribute on desktop type windows.

SVN revision: 19242
This commit is contained in:
Kim Woelders 2005-12-22 18:56:02 +00:00
parent 3daa7b97b4
commit 9d814d2c46
1 changed files with 1 additions and 3 deletions

View File

@ -575,9 +575,7 @@ EWMH_GetWindowType(EWin * ewin)
{
EoSetLayer(ewin, 0);
EoSetSticky(ewin, 1);
#if 0 /* Should be configurable */
ewin->focusclick = 1;
#endif
ewin->props.focusclick = 1;
ewin->props.skip_focuslist = 1;
EwinInhSetUser(ewin, move, 1);
EwinInhSetUser(ewin, size, 1);