Skip to content

compositor: Fix incorrect use of bool options

Scott Anderson requested to merge ascent/weston:bool-option into master

WESTON_OPTION_BOOLEAN takes a pointer to an int as an argument, but there were several cases of being passed a pointer to a bool instead. This changes it to use a local int instead, and then write that value to the bool.

Signed-off-by: Scott Anderson scott.anderson@collabora.com

Merge request reports