[REGEDIT] Improve arrow button visual (#2133)

Add IDI_ARROW resource icon and use it for the arrow button.
This commit is contained in:
Katayama Hirofumi MZ 2019-12-07 10:09:44 +09:00 committed by GitHub
parent 007f32a223
commit 4c5b21f06c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 2 deletions

View file

@ -61,6 +61,7 @@ typedef struct
HWND hListWnd;
HWND hAddressBarWnd;
HWND hAddressBtnWnd;
HICON hArrowIcon;
int nFocusPanel; /* 0: left 1: right */
int nSplitPos;
WINDOWPLACEMENT pos;