mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Certain display managers (for example SDDM) starts X server with -noreset flag and it is not user configurable. This patch add code to ignore -noreset and -reset command line arguments to prevent X server crash due to unknown arguments. Signed-off-by: Tautvis <gtautvis@gmail.com>