diff --git a/documentation/proposals/Proposal - Windowing.md b/documentation/proposals/Proposal - Windowing.md index a57c7eaa05..25ba305b1f 100644 --- a/documentation/proposals/Proposal - Windowing.md +++ b/documentation/proposals/Proposal - Windowing.md @@ -11,7 +11,7 @@ - [x] Proposed - [x] Discussed with API Review Board (ARB) - [x] Approved -- [ ] Implemented +- [x] Implemented # Design Decisions - I was dissatisfied with the windowing system I worked on, primarily because I felt it was too large and bloated. It suffered from attempting to recreate an older API, instead of being a true new beginning. With this proposal, I hope to create a new API that feels familiar, but is much cleaner and easier to work with.