Browse Source

Sync SDL3 wiki -> header

SDL Wiki Bot 7 tháng trước cách đây
mục cha
commit
4a2683e2c1
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      include/SDL3/SDL_log.h

+ 3 - 1
include/SDL3/SDL_log.h

@@ -425,7 +425,9 @@ extern SDL_DECLSPEC void SDLCALL SDL_LogMessageV(int category,
 /**
  * The prototype for the log output callback function.
  *
- * This function is called by SDL when there is new text to be logged. A mutex is held so that this function is never called by more than one thread at once.
+ * This function is called by SDL when there is new text to be logged. A mutex
+ * is held so that this function is never called by more than one thread at
+ * once.
  *
  * \param userdata what was passed as `userdata` to
  *                 SDL_SetLogOutputFunction().