AllenDang / w32

A wrapper of windows apis for the Go Programming Language.
Other
761 stars 245 forks source link

Added some drawing functions #5

Closed henkman closed 12 years ago

henkman commented 12 years ago

I added the functions SetDIBitsToDevice, BeginPaint, EndPaint, the struct PAINTSTRUCT and also some constants needed by the functions and the struct.

henkman commented 12 years ago

The rule is applied now

AllenDang commented 12 years ago

You forgot to add yourself to AUTHORS, :P

AllenDang commented 12 years ago

And I found that you use "Tab" to format the files, please change to use "4 spaces" next time.

henkman commented 12 years ago

In the last commit I did as you said an converted the tabs to 4 spaces.