haskell / win32

Haskell support for the Win32 API
http://hackage.haskell.org/package/Win32
Other
98 stars 62 forks source link

Add various bindings for creating window icons #194

Closed georgefst closed 2 years ago

georgefst commented 2 years ago

I'm building a tiny cross-platform library for setting window icons (hooking up to the JuicyPixels library to make it easy to e.g. use a PNG image). This PR adds everything I required on Windows.

Mistuke commented 2 years ago

Thanks!, this looks good to me, could you add a changelog entry and then it'll be ready to go.

georgefst commented 2 years ago

Thanks!, this looks good to me, could you add a changelog entry and then it'll be ready to go.

Done.

Mistuke commented 2 years ago

Cheers