made ScreenDetail a newtype and RationalRect strict in its contents.

This commit is contained in:
Keith
2021-01-19 12:06:07 -05:00
parent 519c79a57e
commit f5bd77a7f8
3 changed files with 6 additions and 2 deletions

View File

@@ -29,6 +29,9 @@
In the cases of 1. and 3., the build script or executable is
expected to be in the config dir.
* Change `ScreenDetail` to a newtype and make `RationalRect` strict in
its contents.
## 0.15 (September 30, 2018)
* Reimplement `sendMessage` to deal properly with windowset changes made