On 29-May-2002 Jamin W. Collins wrote: > On Wed, 29 May 2002 13:16:51 -0700 (PDT) > "Sean 'Shaleh' Perry" <[EMAIL PROTECTED]> wrote: > >> Which made me think, if a shaded window is meant to be an icon, why not >> treat it more like one. With a simple one line change I can make newly >> placed windows ignore any shaded windows open. I know this would let me >> use shaded windows more. >> >> So, comments? > > Would it be much more difficult to make it a toggle option for a while? > That way we could try it with and without and see if there's a large > impact. >
adding a toggle option is a pain because it means reading/writing from the config, adding a menu option, etc. I can make it a #define since it will only be temporary. -DPLACEWINDOW_IGNORES_SHADED=1 sound ok? It would default to enabled.