Skip to content
Commit 2edbcbd9 authored by Scott Anderson's avatar Scott Anderson
Browse files

compositor: Fix incorrect use of bool options



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: default avatarScott Anderson <scott.anderson@collabora.com>
parent e51478c1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment