Skip to content
Commit 89a10544 authored by Scott Anderson's avatar Scott Anderson Committed by Simon Ser
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>
(cherry picked from commit 2edbcbd9)
parent 611fe36d
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