diff options
author | Mátyás Mustoha <mmatyas@inf.u-szeged.hu> | 2015-02-18 16:52:22 +0100 |
---|---|---|
committer | Mátyás Mustoha <mmatyas@inf.u-szeged.hu> | 2015-02-18 16:52:22 +0100 |
commit | 0a31f572026bc5e507ed5cf067a8b2400f0c8476 (patch) | |
tree | 8fcc876e23a91a9b29cc3eb12fb86fc8997eef6e | |
parent | 40591806dc7382ddb75d90f2289127f5f28f9825 (diff) | |
download | glutin-0a31f572026bc5e507ed5cf067a8b2400f0c8476.tar.gz glutin-0a31f572026bc5e507ed5cf067a8b2400f0c8476.zip |
Fixed missing newline in README.
-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 |