Files
xserver/include
moozcheng 00c769ac03 dix: fix a misused const pointer in cursor.c
`const CursorPtr` actually means `struct _Cursor *const`, a constant pointer, which does not prevent you from accidentally modifying the value it points to, like the cursor refcnt.

Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1140>
(cherry picked from commit 96079f8c68)
2026-01-25 10:39:56 -08:00
..
2020-07-05 13:07:33 -07:00
2015-06-30 12:17:51 +10:00
2026-01-25 10:39:54 -08:00
2017-06-20 16:37:24 -04:00
2023-11-29 21:18:29 +00:00
2026-01-19 12:32:26 -08:00
2017-03-17 15:14:42 -04:00
2020-07-05 13:07:33 -07:00
2024-01-09 09:49:54 +10:00
2026-01-25 10:39:56 -08:00
2026-01-25 10:39:56 -08:00
2019-04-12 21:53:03 +00:00