From 42d99d51324eabf2facdbc514b056de91a3c4c85 Mon Sep 17 00:00:00 2001
From: Stefano Sabatini <stefasab@gmail.com>
Date: Sun, 26 Mar 2023 20:35:59 +0200
Subject: [PATCH] doc/outdevs/sdl: sort options by name

---
 doc/outdevs.texi | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/doc/outdevs.texi b/doc/outdevs.texi
index aa41e29523..49eb6f8b1f 100644
--- a/doc/outdevs.texi
+++ b/doc/outdevs.texi
@@ -421,32 +421,32 @@ For more information about SDL, check:
 
 @table @option
 
-@item window_title
-Set the SDL window title, if not specified default to the filename
-specified for the output device.
-
 @item icon_title
 Set the name of the iconified SDL window, if not specified it is set
 to the same value of @var{window_title}.
 
+@item window_enable_quit
+Enable quit action (using window button or keyboard key)
+when non-zero value is provided.
+Default value is 1 (enable quit action)
+
+@item window_fullscreen
+Set fullscreen mode when non-zero value is provided.
+Default value is zero.
+
 @item window_size
 Set the SDL window size, can be a string of the form
 @var{width}x@var{height} or a video size abbreviation.
 If not specified it defaults to the size of the input video,
 downscaled according to the aspect ratio.
 
+@item window_title
+Set the SDL window title, if not specified default to the filename
+specified for the output device.
+
 @item window_x
 @item window_y
 Set the position of the window on the screen.
-
-@item window_fullscreen
-Set fullscreen mode when non-zero value is provided.
-Default value is zero.
-
-@item window_enable_quit
-Enable quit action (using window button or keyboard key)
-when non-zero value is provided.
-Default value is 1 (enable quit action)
 @end table
 
 @subsection Interactive commands