Don't always set move mode for windows with transients or in group to opaque.

SVN revision: 9273
This commit is contained in:
Kim Woelders 2004-03-07 22:51:35 +00:00
parent d65403e900
commit e89c5a8936
1 changed files with 2 additions and 0 deletions

View File

@ -42,8 +42,10 @@ ActionMoveStart(EWin * ewin, void *params, char constrained, int nogroup)
mode_moveresize_ewin = ewin;
real_move_mode = conf.movemode;
#if 0 /* Why do this? Let's see what happens if we don't :) */
if (((ewin->groups) || (ewin->has_transients)) && (conf.movemode > 0))
conf.movemode = 0;
#endif
if (conf.movemode > 0)
{
FX_Pause();