summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-10-09 11:01:24 -0400
committerPietro Gagliardi <[email protected]>2014-10-09 11:01:24 -0400
commitcb484119e0a66a3498dfa6c867ec3b08e1227be1 (patch)
treeeae252bbcc3c4d87b4a36bae374fa52d1deffd4f
parent855cb8dbd00c8711a0460b3174dd16626b1cab22 (diff)
More TODOs.
-rw-r--r--windowspopover/main.c11
1 files changed, 9 insertions, 2 deletions
diff --git a/windowspopover/main.c b/windowspopover/main.c
index ef9de1c..22c7f68 100644
--- a/windowspopover/main.c
+++ b/windowspopover/main.c
@@ -19,10 +19,17 @@
#include <vsstyle.h>
#include <vssym32.h>
-HWND popover;
-
// #qo LIBS: user32 kernel32 gdi32
+// TODO
+// - investigate visual styles
+// - put the client and non-client areas in the right place
+// - make sure redrawing is correct (especially for backgrounds)
+// - wine: BLACK_PEN draws a white line? (might change later so eh)
+// - should the parent window appear deactivated?
+
+HWND popover;
+
#define ARROWHEIGHT 6
#define ARROWWIDTH 8