[clfswm-cvs] [clfswm-git]CLFSWM - A(nother) Common Lisp FullScreen Window Manager branch master updated. R-1212-4-gcf7c2f3

Philippe Brochard pbrochard at common-lisp.net
Thu Dec 20 21:05:34 UTC 2012


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 "CLFSWM - A(nother) Common Lisp FullScreen Window Manager".

The branch, master has been updated
       via  cf7c2f362db112a6985841e89e58c4a148c94870 (commit)
      from  d414d0b4a92ed04b4197c552aa3d08df477712dc (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 -----------------------------------------------------------------
commit cf7c2f362db112a6985841e89e58c4a148c94870
Author: Philippe Brochard <pbrochard at common-lisp.net>
Date:   Thu Dec 20 22:05:17 2012 +0100

    Handle other children on configure request

diff --git a/src/clfswm.lisp b/src/clfswm.lisp
index c531d04..826f0fc 100644
--- a/src/clfswm.lisp
+++ b/src/clfswm.lisp
@@ -80,6 +80,7 @@
                  (when (or (child-equal-p window (current-child))
                            (is-in-current-child-p window))
                    (setf change (or change :moved))
+                   (show-all-children)
                    (raise-window window)
                    (focus-window window)
                    (focus-all-children window (find-parent-frame window (find-current-root)))))))))

-----------------------------------------------------------------------

Summary of changes:
 src/clfswm.lisp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CLFSWM - A(nother) Common Lisp FullScreen Window Manager




More information about the clfswm-cvs mailing list