소스 검색

Sync SDL3 wiki -> header

SDL Wiki Bot 2 년 전
부모
커밋
432ce3f167
1개의 변경된 파일과 3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      include/SDL3/SDL_video.h

+ 3 - 1
include/SDL3/SDL_video.h

@@ -2131,7 +2131,9 @@ extern DECLSPEC int SDLCALL SDL_SetWindowHitTest(SDL_Window *window, SDL_HitTest
  * something besides the SDL render API, then you are responsible for setting
  * the alpha channel of the window yourself.
  *
- * The shape is copied inside this function, so you can free it afterwards. If your shape surface changes, you should call SDL_SetWindowShape() again to update the window.
+ * The shape is copied inside this function, so you can free it afterwards. If
+ * your shape surface changes, you should call SDL_SetWindowShape() again to
+ * update the window.
  *
  * The window must have been created with the SDL_WINDOW_TRANSPARENT flag.
  *