From a29717405dcd74cef538522390b7c0974fed851d Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 9 Oct 2014 13:32:43 -0400 Subject: [PATCH] Improved arrow shape in the Windows popover. --- windowspopover/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windowspopover/main.c b/windowspopover/main.c index 22c7f68..118cd21 100644 --- a/windowspopover/main.c +++ b/windowspopover/main.c @@ -30,8 +30,8 @@ HWND popover; -#define ARROWHEIGHT 6 -#define ARROWWIDTH 8 +#define ARROWHEIGHT 8 +#define ARROWWIDTH 8 /* should be the same for smooth lines */ LRESULT CALLBACK popoverproc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) {