diff options
author | racarr <racarr@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2007-01-27 02:12:04 +0000 |
---|---|---|
committer | racarr <racarr@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2007-01-27 02:12:04 +0000 |
commit | d4c9abf3e9b0571063aa54e4217f8a5f2186dee7 (patch) | |
tree | a18a838689e6bce9ab9f9445af2c7883ab0eb4fd /beryl-plugins/src/place.c | |
parent | 7406d213f8a27acffb60b4ebb62c48ec4749d47e (diff) | |
download | marex-dev-d4c9abf3e9b0571063aa54e4217f8a5f2186dee7.tar.gz marex-dev-d4c9abf3e9b0571063aa54e4217f8a5f2186dee7.tar.bz2 |
Place: All place modes: Don't place windows overlapping with a dock window, that's bad
git-svn-id: file:///beryl/trunk@3247 d7aaf104-2d23-0410-ae22-9d23157bf5a3
Diffstat (limited to 'beryl-plugins/src/place.c')
-rw-r--r-- | beryl-plugins/src/place.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/beryl-plugins/src/place.c b/beryl-plugins/src/place.c index e981b4a..cfdd671 100644 --- a/beryl-plugins/src/place.c +++ b/beryl-plugins/src/place.c @@ -541,7 +541,6 @@ rectangle_overlaps_some_window(XRectangle * rect, GList * windows) switch (other->type) { - case CompWindowTypeDockMask: case CompWindowTypeSplashMask: case CompWindowTypeDesktopMask: case CompWindowTypeDialogMask: |