Files
xserver/Xext/dri2
Enrico Weigelt, metux IT consult 54c996274f dri2: fix declaration after label error (*BSD)
BSD compilers dont like declarations directly following labels
(eg. within a switch/case statement), thus we need to scrope those.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2026-02-10 17:31:45 +01:00
..