aboutsummaryrefslogtreecommitdiffstats
path: root/README.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'README.asciidoc')
-rw-r--r--README.asciidoc7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.asciidoc b/README.asciidoc
index c6f3434..c522841 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -85,12 +85,7 @@ corresponding to the public headers.
* 'SDL_version.h': `SDL_GetRevisionNumber` must be implemented. The macros may also be useful.
* 'SDL_video.h': The following elements are missing:
** `SDL_WINDOWPOS_*` values for different displays
-** `SDL_GetWindowDisplayIndex` (window)
-** `SDL_SetWindowDisplayMode` (window)
-** `SDL_GetWindowDisplayMode` (window)
-** `SDL_GetWindowPixelFormat` (window)
-** `SDL_CreateWindowFrom` (window)
-** `SDL_GetWindowFromID` (window)
+** `SDL_CreateWindowFrom` (unclear if we need it)
** We currently do not support UTF-8. We should probably switch to binaries as input/output to support it for `SDL_SetWindowTitle` and `SDL_GetWindowTitle`
** `SDL_SetWindowData` (window)
** `SDL_GetWindowData` (window)