mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
Since we're already statically initializing the reply header anyways, use the default case values here and overwrite them only when requested version is lower than server's one. That code path is so cold (at max only called once per client), we really don't need to care whether there's any chance for saving a few cycles. So not trying to be clever, but instead focus on readability. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>