mirror of https://github.com/encounter/SDL.git
Fixed typo
This commit is contained in:
parent
c2093fab99
commit
6d7d142b70
|
@ -1950,8 +1950,7 @@ extern "C" {
|
||||||
* If not set or set to "", this hint is ignored. This hint must be set
|
* If not set or set to "", this hint is ignored. This hint must be set
|
||||||
* before the SDL_CreateWindow() call that it is intended to affect.
|
* before the SDL_CreateWindow() call that it is intended to affect.
|
||||||
*
|
*
|
||||||
* This hint is available since SDL 2.0.22. Before then, virtual devices are
|
* This hint is available since SDL 2.0.22.
|
||||||
* always ignored.
|
|
||||||
*/
|
*/
|
||||||
#define SDL_HINT_X11_WINDOW_TYPE "SDL_X11_WINDOW_TYPE"
|
#define SDL_HINT_X11_WINDOW_TYPE "SDL_X11_WINDOW_TYPE"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue