From a257e7a63449f60abdfea0bfc99065f3877a6def Mon Sep 17 00:00:00 2001 From: Void <33298798+devvoid@users.noreply.github.com> Date: Mon, 1 Jul 2019 13:43:07 -0500 Subject: [PATCH] Windowing proposal is now implemented --- documentation/proposals/Proposal - Windowing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.