stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[STUMP] typo in window.lisp


From: Vitaly Mayatskikh
Subject: [STUMP] typo in window.lisp
Date: Thu, 29 Jan 2009 19:40:59 +0100
User-agent: Wanderlust/2.15.6 (Almost Unreal) Emacs/22.2 Mule/5.0 (SAKAKI)

I think, there's typo in withdraw-window:

diff --git a/window.lisp b/window.lisp
index 2b0f5b8..2dc1e40 100644
--- a/window.lisp
+++ b/window.lisp
@@ -747,7 +747,7 @@ needed."
   ;; This function cannot request info about WINDOW from the xserver as it may 
not exist anymore.
   (let ((group (window-group window))
         (screen (window-screen window)))
-    (dformat 1 "withdraw window ~a~%" screen)
+    (dformat 1 "withdraw window ~a~%" window)
     ;; Save it for later since it is only withdrawn, not destroyed.
     (push window (screen-withdrawn-windows screen))
     (setf (window-state window) +withdrawn-state+

--
wbr, Vitaly




reply via email to

[Prev in Thread] Current Thread [Next in Thread]