From 8082f341b6daa10cfec3d695aa11b1895bfd3d7a Mon Sep 17 00:00:00 2001
From: "Adam D. Ruppe" <destructionator@gmail.com>
Date: Wed, 5 Dec 2018 19:49:19 -0500
Subject: [PATCH] windows

---
 minigui.d | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/minigui.d b/minigui.d
index 02feccc..fa7f7e4 100644
--- a/minigui.d
+++ b/minigui.d
@@ -1,5 +1,13 @@
 // http://msdn.microsoft.com/en-us/library/windows/desktop/bb775498%28v=vs.85%29.aspx
 
+// On Windows:
+// FIXME: various labels look broken in high contrast mode
+// FIXME: changing themes while the program is upen doesn't trigger a redraw
+
+// add note about manifest to documentation. also icons.
+
+// a pager control is just a horizontal scroll area just with arrows on the sides instead of a scroll bar
+
 // minigui needs to have a stdout redirection for gui mode on windows writeln
 
 // I kinda wanna do state reacting. sort of. idk tho