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