Files
xserver/mi
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-07-18 22:24:55 +02:00
2025-06-12 17:21:48 +02:00
2025-06-12 17:21:43 +02:00
2025-07-18 22:24:55 +02:00
2025-06-12 17:21:43 +02:00
2025-07-18 22:24:55 +02:00
2025-06-12 16:47:01 +02:00
2025-06-12 16:47:01 +02:00
2025-07-18 22:24:55 +02:00