woodruffw / screenfetch-c

A rewrite of screenFetch in C.
MIT License
73 stars 17 forks source link

win32: save screenshots to .bmp file #28

Closed darealshinji closed 8 years ago

darealshinji commented 8 years ago

Code was taken from MSDN but also includes small changes from the version posted on this blog. Not exactly sure what means to the license.

darealshinji commented 8 years ago

Appearently the license is MLPL according to section 2b of the Microsoft Developer Services Agreement.

woodruffw commented 8 years ago

bitmap.c and bitmap.h can probably go in the plat/win32 directory, since they're Windows-specific and shouldn't be built in (even if empty) on other platforms.

woodruffw commented 8 years ago

MS-LPL shouldn't be a problem, as long as you add the license text to the LICENSE file.

darealshinji commented 8 years ago

Changes applied.

woodruffw commented 8 years ago

Merged; thanks.