File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -730,10 +730,10 @@ extern SDL_DECLSPEC SDL_DisplayOrientation SDLCALL SDL_GetCurrentDisplayOrientat
730
730
* big on this display, to aid in readability.
731
731
*
732
732
* After window creation, SDL_GetWindowDisplayScale() should be used to query
733
- * the content scale factor for individual windows instead of querying the display
734
- * for a window and calling this function, as the per-window content scale factor
735
- * may differ from the base value of the display it is on, particularly on
736
- * high-DPI and/or multi-monitor desktop configurations.
733
+ * the content scale factor for individual windows instead of querying the
734
+ * display for a window and calling this function, as the per-window content
735
+ * scale factor may differ from the base value of the display it is on,
736
+ * particularly on high-DPI and/or multi-monitor desktop configurations.
737
737
*
738
738
* \param displayID the instance ID of the display to query.
739
739
* \returns the content scale of the display, or 0.0f on failure; call
You can’t perform that action at this time.
0 commit comments