xserver icon indicating copy to clipboard operation
xserver copied to clipboard

dix: use xorg_list saveSet list

Open metux opened this issue 5 months ago • 1 comments

Simplify saveSet handling by just using trivial struct xorg_list instead of complicated dynamically resized array. Common operations like insert or remove are much simpler using lists instead of arrays.

Signed-off-by: Enrico Weigelt, metux IT consult [email protected]

metux avatar Sep 16 '25 11:09 metux

ups, xorg_list autoinit still insufficient, so need to be initialized explicitly

metux avatar Sep 16 '25 12:09 metux