xserver icon indicating copy to clipboard operation
xserver copied to clipboard

render: drop internal server reset support

Open metux opened this issue 3 months ago • 3 comments

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

metux avatar Nov 20 '25 15:11 metux

had to change it once more: PictureInit indeed can be called multiple times (eg. for each screen), but certain things in here must only be done once. using a boolean flag now.

metux avatar Nov 21 '25 15:11 metux

had to change it once more: PictureInit indeed can be called multiple times (eg. for each screen), but certain things in here must only be done once. using a boolean flag now.

Perhaps we should add such flags to other init functions?

stefan11111 avatar Nov 21 '25 20:11 stefan11111

had to change it once more: PictureInit indeed can be called multiple times (eg. for each screen), but certain things in here must only be done once. using a boolean flag now.

Perhaps we should add such flags to other init functions?

to those who need it.

metux avatar Nov 22 '25 12:11 metux