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

Philippe Brochard pbrochard at common-lisp.net
Tue May 7 18:55:39 UTC 2013


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  47265bb0579045b5528894e5db88df44fd029774 (commit)
      from  cdadcb842a0a5aa26a818bc756df2a9429c910f4 (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 47265bb0579045b5528894e5db88df44fd029774
Author: Philippe Brochard <pbrochard at common-lisp.net>
Date:   Tue May 7 20:55:37 2013 +0200

    Fixe unmap-notify request

diff --git a/src/clfswm.lisp b/src/clfswm.lisp
index 42386c2..d6c75bf 100644
--- a/src/clfswm.lisp
+++ b/src/clfswm.lisp
@@ -110,7 +110,7 @@
     (when (find-child window *root-frame*)
       (setf (window-state window) +withdrawn-state+)
       (remove-child-in-all-frames window)
-      (xlib:unmap-window window)
+      ;;(xlib:unmap-window window)
       (show-all-children))))
 
 

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

Summary of changes:
 src/clfswm.lisp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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



More information about the clfswm-cvs mailing list