فهرست منبع

Sync SDL3 wiki -> header

SDL Wiki Bot 7 ماه پیش
والد
کامیت
22aeb1bbba
1فایلهای تغییر یافته به همراه4 افزوده شده و 3 حذف شده
  1. 4 3
      include/SDL3/SDL_video.h

+ 4 - 3
include/SDL3/SDL_video.h

@@ -2251,11 +2251,12 @@ extern SDL_DECLSPEC float SDLCALL SDL_GetWindowOpacity(SDL_Window *window);
 /**
  * Toggle the state of the window as modal.
  *
- * To enable modal status on a window, the window must currently be the child window of a parent,
- * or toggling modal status on will fail.
+ * To enable modal status on a window, the window must currently be the child
+ * window of a parent, or toggling modal status on will fail.
  *
  * \param window the window on which to set the modal state.
- * \param modal SDL_TRUE to toggle modal status on, SDL_FALSE to toggle it off.
+ * \param modal SDL_TRUE to toggle modal status on, SDL_FALSE to toggle it
+ *              off.
  * \returns SDL_TRUE on success or SDL_FALSE on failure; call SDL_GetError()
  *          for more information.
  *