Files
xserver/hw/xwin
Enrico Weigelt, metux IT consult 962580a15a treewide: macros lambda-esque screen iteration
iterating over screen list via lambda-esque macros calls like this

    DIX_FOR_EACH_SCREEN({
        do_something
    });

withing the body, the iterator variables `walkScreenIdx` and `walkScreen`
are defined and can be directly used (read-only). the code inside the body
is running in a separate scope.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-10-01 11:40:34 +02:00
..
2025-09-29 12:34:42 +02:00
2025-07-18 22:24:55 +02:00
2020-07-05 13:07:33 -07:00
2025-06-12 17:21:46 +02:00
2020-07-05 13:07:33 -07:00
2025-07-18 22:24:55 +02:00
2019-05-01 14:06:15 +00:00
2020-07-05 13:07:33 -07:00
2014-10-09 09:27:21 +02:00
2024-03-19 02:05:35 +00:00
2016-03-09 16:13:54 +00:00
2015-03-23 16:01:58 +00:00
2025-06-12 17:21:42 +02:00
2025-06-12 17:21:46 +02:00