summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-08 18:32:32 -0400
committerPietro Gagliardi <[email protected]>2015-04-08 18:32:32 -0400
commitc1c78b5aeb6b9d85886af3ea00a3c9ddc1ed372d (patch)
tree5a74be1a0d16bf8585fdf1645a9bb80a958b3ec9
parent06c2bb7c25a1612e8e98bdded498ecca4be359d0 (diff)
More TODOs.
-rw-r--r--new/window_windows.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/new/window_windows.c b/new/window_windows.c
index 7bbb895..73dd1c8 100644
--- a/new/window_windows.c
+++ b/new/window_windows.c
@@ -1,6 +1,9 @@
// 6 april 2015
#include "uipriv_windows.h"
+// TODO
+// - [18:19] <ZeroOne> Though, if you minimise it and bring it back up, the buttons disappear until you resize the window. Not sure if you care about that or not.
+
struct uiWindow {
HWND hwnd;
uiControl *child;