lxn / win

A Windows API wrapper package for the Go Programming Language
Other
1.19k stars 313 forks source link

Added GetDesktopWindow() #54

Closed sug0 closed 5 years ago

sug0 commented 5 years ago

Nothing spectacular, just supporting another winapi fun

lxn commented 5 years ago

Sorry for the late response.

GetDesktopWindow should go after GetDC.

Please also add yourself to the AUTHORS file.

Thanks!

sug0 commented 5 years ago

done, also sorry for the extra commits on my end, forgot to fetch the upstream first lol

lxn commented 5 years ago

No problem, thank you!