[REGEDIT] Improve arrow button visual (#2133)
[reactos.git] / base / applications / regedit / main.h
index e36600e..084b62c 100644 (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;