diff options
Diffstat (limited to 'osdocumentinterface.dcl')
-rw-r--r-- | osdocumentinterface.dcl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/osdocumentinterface.dcl b/osdocumentinterface.dcl index c674537..d3c7738 100644 --- a/osdocumentinterface.dcl +++ b/osdocumentinterface.dcl @@ -74,3 +74,8 @@ getOSDInfoOSToolbar :: !OSDInfo -> Maybe OSToolbar active menu system. (Always True on Windows; use menu bar on Mac.)
*/
osOSDInfoIsActive :: !OSDInfo !*OSToolbox -> (!Bool, !*OSToolbox)
+
+/* getOSDInfoOffset returns the offset vector (dx,dy) that points to the left-top corner of the client area
+ of the corresponding infrastructure.
+*/
+getOSDInfoOffset :: !OSDInfo !*OSToolbox -> (!(!Int,!Int),!*OSToolbox)
|