updated
This commit is contained in:
parent
1d426ce2dd
commit
65221ec531
|
@ -6,7 +6,7 @@
|
|||
|
||||
create-options free-options
|
||||
get-option-value get-option set-option! get-options
|
||||
((define-options-spec) :syntax)
|
||||
((define-options-spec) :syntax) options-spec-union
|
||||
|
||||
string->keys string->key key:keycode key:modifiers
|
||||
|
||||
|
@ -102,8 +102,7 @@
|
|||
xlib
|
||||
manager
|
||||
utils)
|
||||
(files split-wm
|
||||
split-wm-resizer))
|
||||
(files split-wm))
|
||||
|
||||
;; *** switch manager ************************************************
|
||||
|
||||
|
@ -120,11 +119,11 @@
|
|||
|
||||
(define-structure root-manager
|
||||
(export root-wm? create-root-wm)
|
||||
(open scheme
|
||||
(open scheme list-lib
|
||||
define-record-types
|
||||
xlib
|
||||
rendezvous rendezvous-channels
|
||||
utils
|
||||
utils key-grab
|
||||
manager
|
||||
move-wm split-wm switch-wm
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue