- documentation fixes
- display-directx:
- bugfix: do not adjust the window with the size of the
decorations. Windows no longer get bigger on each and every move.
- bugfix: make `ggiWmhGetPos(3)` and `ggiWmhGetSize(3)` return
values consistent with any previous calls to `ggi WmhMove(3)`
and `ggiWmhResize(3)`.
- change coords of `ggiWmhGetPos(3)` and `ggiWmhMove(3)` to
behave as on display-x
New in 0.2.0:
* Add withdrawn state to iconify
* changed license from GPL to BSD
* X-target:
* allow window minsize of 0/0. Prior minsize was 1/1.
* support for directx
* works on Windows
* support for palemu and trueemu through the new pseudo-stubs target.
* add API documentation
Requested by Christian Egger.
LibGGIWMH is an LibGGI extension for GGI targets that are window
system based to allow access to things like setting the title bar,
resizing, etc.