Files
xserver/include
moozcheng 96079f8c68 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>
2024-09-01 22:46:05 +00:00
..
2020-07-05 13:07:33 -07:00
2024-06-23 18:13:30 +00:00
2023-11-29 21:18:29 +00:00
2024-04-15 23:10:31 +00:00
2020-07-05 13:07:33 -07:00
2024-09-01 22:21:12 +00:00
2024-03-09 17:34:51 +00:00
2024-09-01 20:23:10 +00:00