This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project wmaker-crm.git.
The branch, next has been updated
via efb7c6b3df445a5895df5c16e2279d20895082e2 (commit)
from f01852f079c402b54180d1d08e96d95d4b3f5049 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://repo.or.cz/w/wmaker-crm.git/commit/efb7c6b3df445a5895df5c16e2279d20895082e2
commit efb7c6b3df445a5895df5c16e2279d20895082e2
Author: David Maciejak <[email protected]>
Date: Thu Oct 9 12:04:43 2014 +0700
wmaker: fix maximizing window in multiple screens env
This patch is fixing the maximize window feature.
As it was reported by Miikka Veijonen, in multiple
screens env wmaker is reserving some space for the dock
even on screen that are not displaying it.
This patch is only adjusting the working area for the head
that is displaying the dock.
diff --git a/src/xinerama.c b/src/xinerama.c
index d490b0c9..3d261396 100644
--- a/src/xinerama.c
+++ b/src/xinerama.c
@@ -306,7 +306,7 @@ WArea wGetUsableAreaForHead(WScreen * scr, int head, WArea
* totalAreaPtr, Bool
if (noicons) {
/* check if user wants dock covered */
- if (scr->dock && wPreferences.no_window_over_dock) {
+ if (scr->dock && wPreferences.no_window_over_dock &&
wAppIconTouchesHead(scr->dock->icon_array[0], head)) {
int offset = wPreferences.icon_size + DOCK_EXTRA_SPACE;
if (scr->dock->on_right_side)
-----------------------------------------------------------------------
Summary of changes:
src/xinerama.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
repo.or.cz automatic notification. Contact project admin [email protected]
if you want to unsubscribe, or site admin [email protected] if you receive
no reply.
--
wmaker-crm.git ("The Window Maker window manager")
--
To unsubscribe, send mail to [email protected].