aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2015-03-01 14:21:22 +0100
committertomaka <pierre.krieger1708@gmail.com>2015-03-01 14:21:22 +0100
commit2ccc7b84586e5c9713f0b8e5442a1e168e844b93 (patch)
treee515b0af0d7a06f9ee6ff6ab1d3b64c8e69419e9 /README.md
parent65046ffc41790e9a7c4fe26995c2751e8a940af6 (diff)
parentd091323b22e2b8521a74273821d45a7a4ae08b2a (diff)
downloadglutin-2ccc7b84586e5c9713f0b8e5442a1e168e844b93.tar.gz
glutin-2ccc7b84586e5c9713f0b8e5442a1e168e844b93.zip
Merge pull request #302 from tomaka/win32
Win32
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7596402..9dab387 100644
--- a/README.md
+++ b/README.md
@@ -86,7 +86,6 @@ fn main() {
### Win32
- You must call `glFlush` before `swap_buffers`, or else on Windows 8 nothing will be visible on the window
- - Pixel formats are not implemented
- Changing the cursor (set_cursor) is not implemented
### X11