[clfswm-cvs] r234 - in clfswm: . src

Philippe Brochard pbrochard at common-lisp.net
Wed Jun 3 21:51:25 UTC 2009


Author: pbrochard
Date: Wed Jun  3 17:51:24 2009
New Revision: 234

Log:
fixe TODO and bannish pointer placement

Modified:
   clfswm/TODO
   clfswm/src/package.lisp

Modified: clfswm/TODO
==============================================================================
--- clfswm/TODO	(original)
+++ clfswm/TODO	Wed Jun  3 17:51:24 2009
@@ -7,10 +7,6 @@
 ===============
 Should handle these soon.
 
-- Add a hook for banish-pointer -> by default to bottom right corner
-
-- Add a placement hook for all windows (second-mode, info-mode...)
-
 - Alt+button draw on the selected frame if in the root frame
 
 - Show config -> list and display documentation for all tweakable global variables. [Philippe]

Modified: clfswm/src/package.lisp
==============================================================================
--- clfswm/src/package.lisp	(original)
+++ clfswm/src/package.lisp	Wed Jun  3 17:51:24 2009
@@ -252,7 +252,7 @@
 ;;; middle-left  middle-middle  middle-right
 ;;; bottom-left  bottom-middle  bottom-right
 ;;;
-(defparameter *banish-pointer-placement* 'bottom-left-child-placement)
+(defparameter *banish-pointer-placement* 'bottom-right-child-placement)
 (defparameter *second-mode-placement* 'top-middle-child-placement)
 (defparameter *info-mode-placement* 'top-left-child-placement)
 (defparameter *query-mode-placement* 'top-left-child-placement)




More information about the clfswm-cvs mailing list