
NativeWindow.Bounds do not reflect border size on Linux
Posted Thursday, 11 March, 2010 - 13:25 by the Fiddler| Project: | The Open Toolkit library |
| Version: | 1.0-beta-3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | open |
Description
Currently, they report the same size as ClientRectangle, regardless of the WindowBorder property.
We can use _NET_FRAME_EXTENTS to retrieve the border size on WMs that support this property. (Which ones?)

