Minor changes in documentation

This commit is contained in:
Pierre Krieger 2015-03-01 14:07:50 +01:00
parent 4f98ea3128
commit d091323b22
2 changed files with 12 additions and 15 deletions

View file

@ -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