pixman-renderer: rename create_image_no_clear to create_image
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.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
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.