More TODOs.

This commit is contained in:
Pietro Gagliardi 2014-10-09 11:01:24 -04:00
parent 855cb8dbd0
commit cb484119e0
1 changed files with 9 additions and 2 deletions

View File

@ -19,10 +19,17 @@
#include <vsstyle.h> #include <vsstyle.h>
#include <vssym32.h> #include <vssym32.h>
HWND popover;
// #qo LIBS: user32 kernel32 gdi32 // #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 ARROWHEIGHT 6
#define ARROWWIDTH 8 #define ARROWWIDTH 8