diff options
author | tomaka <pierre.krieger1708@gmail.com> | 2015-02-18 17:10:27 +0100 |
---|---|---|
committer | tomaka <pierre.krieger1708@gmail.com> | 2015-02-18 17:10:27 +0100 |
commit | 72e9c0fc59ba2cef9178a33119d691d74b7f4caf (patch) | |
tree | 3b94e6e443b0f52428ec24b644b2052ca53ef509 /README.md | |
parent | 8f8c1b71bcb8a41d15f421602fb61b293f62f175 (diff) | |
parent | 0a31f572026bc5e507ed5cf067a8b2400f0c8476 (diff) | |
download | glutin-72e9c0fc59ba2cef9178a33119d691d74b7f4caf.tar.gz glutin-72e9c0fc59ba2cef9178a33119d691d74b7f4caf.zip |
Merge pull request #281 from mmatyas/readme_fix
Missing newline in README.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -71,7 +71,8 @@ fn main() { - Some events are not implemented - Implementation is still work-in-progress - Vsync not implemented - - Changing the cursor (set_cursor) is not implemented + - Changing the cursor (set_cursor) is not implemented + ### Win32 - You must call `glFlush` before `swap_buffers`, or else on Windows 8 nothing will be visible on the window |