aboutsummaryrefslogtreecommitdiffstats
path: root/src/win32/init.rs
Commit message (Collapse)AuthorAgeFilesLines
* Now using wglCreateContextAttribs when availableTomaka172014-08-021-36/+144
|
* Change the RegisterClass code.Tomaka172014-08-011-23/+26
| | | | Prevents an issue when creating multiple contexts.
* Add documentation to the Win32 implementationTomaka172014-08-011-14/+26
|
* Put GetMessage in the same thread as the window creation.Tomaka172014-07-311-167/+194
| | | | Fixes #6
* Split win32/mod.rsTomaka172014-07-311-0/+363