mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-06 23:54:47 +00:00
The code is easier to understand when variables are declared where they're used for the first time, scoped to where they're needed and not reused for separate things. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>