Re: [PATCH 09/16] uxa: stop calling deprecated xf86_reload_cursors()

2025-03-21 Thread Ville Syrjälä
On Tue, Mar 04, 2025 at 04:58:02PM +0100, Enrico Weigelt, metux IT consult wrote: > the function has become a no-op, it's former duties are done automatically. s/the function/xf86_reload_cursors()/ Could use xserver commit references as well. > > Signed-off-by: Enrico Weigelt, metux IT consult

[PATCH 09/16] uxa: stop calling deprecated xf86_reload_cursors()

2025-03-04 Thread Enrico Weigelt, metux IT consult
the function has become a no-op, it's former duties are done automatically. Signed-off-by: Enrico Weigelt, metux IT consult --- src/uxa/intel_display.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/uxa/intel_display.c b/src/uxa/intel_display.c index 409cbbcf..2a544779 100644 --- a/sr