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