Files
xserver/dix
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-07-08 16:41:29 -04:00
2014-11-12 10:25:00 +10:00
2019-10-30 16:17:04 +00:00
2015-04-21 16:57:07 -07:00
2026-01-19 12:32:20 -08:00
2020-07-05 13:07:33 -07:00
2013-07-23 23:56:58 +01:00
2020-07-05 13:07:33 -07:00
2014-11-12 10:25:00 +10:00