Răsfoiți Sursa

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 1 săptămână în urmă
părinte
comite
ff98125cbd
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      include/SDL3/SDL_video.h

+ 2 - 2
include/SDL3/SDL_video.h

@@ -453,8 +453,8 @@ typedef SDL_EGLint *(SDLCALL *SDL_EGLIntArrayCallback)(void *userdata, SDL_EGLDi
 /**
  * An enumeration of OpenGL configuration attributes.
  *
- * While you can set most OpenGL attributes normally, they must be known before
- * SDL creates the window that will be used with the OpenGL context.
+ * While you can set most OpenGL attributes normally, they must be known
+ * before SDL creates the window that will be used with the OpenGL context.
  * These attributes are set and read with SDL_GL_SetAttribute() and
  * SDL_GL_GetAttribute().
  *