mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-22 12:38:09 +02:00
The design document hw/xfree86/doc/ddxDesign.xml states that: | AddScreen() should only fail because of programming errors or | failure to allocate resources (like memory). | All configuration problems should be detected BEFORE this point. Different command line options errors are detected in xwl_screen_init() and can cause AddScreen() to fail, which is not compliant with the specification. Move all command line checks out of xwl_screen_init() in a separate function that will take care of verifying the command line options and bail out with meaningful error messages. Signed-off-by: Olivier Fourdan <ofourdan@redhat.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1745> |
||
|---|---|---|
| .. | ||
| kdrive | ||
| vfb | ||
| xfree86 | ||
| xnest | ||
| xquartz | ||
| xwayland | ||
| xwin | ||
| meson.build | ||