Skip to content
Snippets Groups Projects
Commit 51bb2b4c authored by KO Myung-Hun's avatar KO Myung-Hun Committed by Hugo Beauzée-Luyssen
Browse files

kva: change a color key to 0x000001

0x000001 is more unique than 0x0F0F0F.
parent 885d2dec
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ static MRESULT EXPENTRY WndProc ( HWND, ULONG, MPARAM, MPARAM );
#define WC_VLC_KVA "WC_VLC_KVA"
#define COLOR_KEY 0x0F0F0F
#define COLOR_KEY 0x000001
#define WM_VLC_MANAGE ( WM_USER + 1 )
#define WM_VLC_SIZE_CHANGE ( WM_USER + 2 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment