Skip to content

pixman-renderer: rename create_image_no_clear to create_image

Philipp Zabel requested to merge pH5/weston:pixman-renderer-drop-no-clear into main

Given that pixman_image_create_bits_no_clear() is asked to allocate the buffer on its own, the _no_clear part is not important. Drop it. Suggested in #713.

Merge request reports