- updated.
This commit is contained in:
parent
0edcaacf88
commit
963be1ec84
|
@ -37,6 +37,7 @@
|
||||||
(define-interface xlib-window-interface
|
(define-interface xlib-window-interface
|
||||||
(export create-window
|
(export create-window
|
||||||
create-simple-window
|
create-simple-window
|
||||||
|
window-exists?
|
||||||
change-window-attributes
|
change-window-attributes
|
||||||
get-window-attributes
|
get-window-attributes
|
||||||
map-window
|
map-window
|
||||||
|
@ -104,7 +105,6 @@
|
||||||
restack-windows
|
restack-windows
|
||||||
|
|
||||||
query-tree window-root window-parent window-children
|
query-tree window-root window-parent window-children
|
||||||
window-exists?
|
|
||||||
|
|
||||||
translate-coordinates
|
translate-coordinates
|
||||||
query-pointer))
|
query-pointer))
|
||||||
|
@ -671,7 +671,8 @@
|
||||||
(export find-atom
|
(export find-atom
|
||||||
atom-name
|
atom-name
|
||||||
list-properties
|
list-properties
|
||||||
get-window-property get-property get-string-property
|
get-property-extended get-property
|
||||||
|
get-string-property get-window-property
|
||||||
change-property change-string-property
|
change-property change-string-property
|
||||||
((change-property-mode) :syntax)
|
((change-property-mode) :syntax)
|
||||||
delete-property
|
delete-property
|
||||||
|
|
Loading…
Reference in New Issue