diff options
| author | Pietro Gagliardi <[email protected]> | 2014-10-09 13:32:43 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-10-09 13:32:43 -0400 |
| commit | a29717405dcd74cef538522390b7c0974fed851d (patch) | |
| tree | 9e985fac3053fb19631000b35248e792968c0e22 /windowspopover/main.c | |
| parent | cb484119e0a66a3498dfa6c867ec3b08e1227be1 (diff) | |
Improved arrow shape in the Windows popover.
Diffstat (limited to 'windowspopover/main.c')
| -rw-r--r-- | windowspopover/main.c | 4 |
1 files 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) { |
