aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-03-01 14:07:50 +0100
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-03-01 14:07:50 +0100
commitd091323b22e2b8521a74273821d45a7a4ae08b2a (patch)
treee515b0af0d7a06f9ee6ff6ab1d3b64c8e69419e9 /README.md
parent4f98ea3128e406e351038646398aed93982bf4c4 (diff)
downloadglutin-d091323b22e2b8521a74273821d45a7a4ae08b2a.tar.gz
glutin-d091323b22e2b8521a74273821d45a7a4ae08b2a.zip
Minor changes in documentation
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