CVS update: eclipse
[email protected] 16 Mar 2003 00:57:02 -0000
| Newsgroups | gmane.comp.window-managers.eclipse.cvs |
|---|---|
| Message-ID | <[email protected]> |
Date: Saturday March 15, 2003 @ 15:57
Author: hatchond
Update of /home/cvsroot/eclipse
In directory kappa:/tmp/cvs-serv19429
Modified Files:
widgets.lisp
Log Message:
fix some desktop-number inconsistency when it was equal to +any-desktop+
fix some focus inconsistency under on-click policy.
- *focus-new-map-window* is a new option:
to do that a new application slot had been add: wants-focus-p
who is sets to *focus-new-map-window* at map-request time, and at iconify
time. (Maybe we don't want it at iconify time, just tell me)
Then when we process a visibility-notify event we just give it or
not the focus according the wants-focus-p value.
- *focus-when-window-cycle* is a new option.
- *wrap-pointer-when-cycle* is a new option:
move or not pointer during window cycling.
- lookup-widget (window) [function]
returns the widget cache for the window or null
(It is done to avoid proliferation of (gethash window *widget-table*))
had been declared inline.
===================================================================
File: no file widgets.lisp Status: Needs Checkout
Working revision: 1.3 Sun Mar 16 00:57:02 2003
Repository revision: 1.3 /home/cvsroot/eclipse/widgets.lisp,v
Existing Tags:
No Tags Exist