xserver/hw
Enrico Weigelt, metux IT consult 6a3162d623 Xnest: fix analyzer warning on uninitialized `DefaultVisual`
In xnestOpenScreen(), some compilers/analyzers spitting out a false alarm on
`defaultVisual` field potentially used uninitialized. This can't practically
happen, but not all compilers/analyzers really can see that.

Adding a zero initializer doesn't cost us anything, so silencing that false
alarm is trivial.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-06-30 20:30:46 +02:00
..
kdrive hw: add/fix include guards where missing/broken 2025-06-27 13:58:05 +02:00
vfb Xi: unexport AssignTypeAndName() 2025-06-12 17:21:46 +02:00
xfree86 modesetting: allow enabling atomic mode. 2025-06-27 19:23:31 +02:00
xnest Xnest: fix analyzer warning on uninitialized `DefaultVisual` 2025-06-30 20:30:46 +02:00
xquartz xquartz: add missing include for `XkbSetRulesDflts` 2025-06-27 14:30:27 +02:00
xwin hw: add/fix include guards where missing/broken 2025-06-27 13:58:05 +02:00
meson.build drop Xwayland 2025-06-17 12:51:36 +02:00