lxn / win

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

GetStockObject calls wrong api function #4

Closed hangilc closed 10 years ago

hangilc commented 10 years ago

Hi,

Thanks for the great library.

I happen to find that GetStockObject in gdi32.go (line 1319) calls getDeviceCaps instead of getStockObject.

lxn commented 10 years ago

Thanks for reporting :-)