¤ getWindowRootPoint
Types
getWindowRootPoint ::
Cont
(
K
a
b
)
Point
Synopsis
getWindowRootPoint k
Description
getWindowRootPoint
is used to translate the coordinates of a kernel's window into root window coordinates.
Arguments
k
:: ??
The continuation kernel, abstracted with the point
Origin
translated to a root point.
See Also
xrequestK
, XTranslateCoordinates in the
Xlib Reference Manual
.