xserver/damageext
Enrico Weigelt, metux IT consult 52bb626cd7 (submit/cleanup-damageext) damage: don't block requests when version not requested yet
The original intention was negotiating versions before any further requests
can be processed, so requests that might become incompatible in future versions
still can be dispatched correctly. But practically that's never been the case:
there's just one major version, and it's unlikely that a new *major* version
(that might be incompatible with the current one, using same request codes for
different things) will come in the forseeable future.

So this extra logic isn't practically needed and just complicates dispatching.
Dropping it clears the road for further simplification of the dispatcher.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2024-09-18 17:23:10 +02:00
..
damageext.c (submit/cleanup-damageext) damage: don't block requests when version not requested yet 2024-09-18 17:23:10 +02:00
damageextint.h Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
meson.build Add a Meson build system alongside autotools. 2017-04-26 15:25:27 -07:00