skelterjohn / go.wde

Windows, drawing and events for Go
217 stars 46 forks source link

Fixed Windows backend window size request. #13

Closed ajhager closed 12 years ago

ajhager commented 12 years ago

When you create a window on Windows, the size you request includes the frame. I modified the code to request a window where the client drawing area is the requested size. This makes it more consistent with the other backends.

This patch relies on https://github.com/AllenDang/w32/pull/12, so I will comment here once that has been merged in.

ajhager commented 12 years ago

Ok, the patch to w32 has been merged.