Improved arrow shape in the Windows popover.

This commit is contained in:
Pietro Gagliardi 2014-10-09 13:32:43 -04:00
parent cb484119e0
commit a29717405d
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@
HWND popover; HWND popover;
#define ARROWHEIGHT 6 #define ARROWHEIGHT 8
#define ARROWWIDTH 8 #define ARROWWIDTH 8 /* should be the same for smooth lines */
LRESULT CALLBACK popoverproc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) LRESULT CALLBACK popoverproc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
{ {