Skip to content

Commit

Permalink
more precise comment of LR_DEFAULTSIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
joesis committed Jan 31, 2019
1 parent 57a2af4 commit 26d5b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systray_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ type winTray struct {
func (t *winTray) setIcon(src string) error {
const IMAGE_ICON = 1 // Loads an icon
const LR_LOADFROMFILE = 0x00000010 // Loads the stand-alone image from the file
const LR_DEFAULTSIZE = 0x00000040 // Loads default-size icon for windows(16 x 16) if cx, cy are set to zero
const LR_DEFAULTSIZE = 0x00000040 // Loads default-size icon for windows(SM_CXICON x SM_CYICON) if cx, cy are set to zero
const NIF_ICON = 0x00000002

// Save and reuse handles of loaded images
Expand Down

0 comments on commit 26d5b92

Please sign in to comment.