xserver/hw/xfree86/ramdac
Enrico Weigelt, metux IT consult 6557286084 xfree86: use own dev-privates key for per-screen cursor
Since it's storing an locally defined (ddx-internal) data, it's better
not to abuse some globally defined key for this.

It just happened to work before, since CursorScreenKey is only used by DDX
(and there's only one DDX per executable) and they currently (!) have the
same size (pointer) - but that's a fragile programming style, so clean it up.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1342>
2024-03-12 15:24:35 +00:00
..
CURSOR.NOTES Replace "the the" with a single "the" in docs & comments 2022-03-31 13:27:57 -07:00
meson.build ramdac: Remove core ramdac code 2019-01-30 21:08:48 +00:00
xf86Cursor.h xfree86: Immediately handle failure to set HW cursor, v5 2017-02-08 12:04:42 -05:00
xf86CursorPriv.h xfree86: use own dev-privates key for per-screen cursor 2024-03-12 15:24:35 +00:00
xf86CursorRD.c xfree86: use own dev-privates key for per-screen cursor 2024-03-12 15:24:35 +00:00
xf86HWCurs.c xfree86: use own dev-privates key for per-screen cursor 2024-03-12 15:24:35 +00:00