Files
xserver/dix
Enrico Weigelt, metux IT consult e271e6261d (!1709) 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>
2024-10-31 19:23:49 +01: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
2024-04-15 16:19:30 -07:00
2024-03-05 16:57:52 +01:00
2013-07-23 23:56:58 +01:00