Files
xserver/dix
Enrico Weigelt, metux IT consult 24d693c5ae dix: make dixDestroyPixmap() NULL-proof
Make dixDestroyPixmap() check for NULL pointer, so callers don't need to
do it anymore. Returning TRUE on NULL pointer - but most callers won't
even look at the retval anyways.

Together with subsequent commits, which will make use of that function,
instead of calling raw ScreenRec->DestroyPixmap vectors, this gives us some
more freedom for architectural changes, eg. get rid of the extremely
complicated and fragile wrapping chains.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1709>
2025-02-06 23:02:06 +00:00
..
2020-07-05 13:07:33 -07:00
2024-04-15 23:10:31 +00:00
2024-10-26 16:35:57 +00:00
2025-02-06 15:51:27 +00:00
2025-02-06 16:45:20 +02:00
2024-03-05 16:57:52 +01:00
2013-07-23 23:56:58 +01:00
2025-02-06 16:45:20 +02:00