mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
changed view visibility to be bool
view_visibility enum remains with one constant that is the mask to wlc's view masking
This commit is contained in:
parent
e533014201
commit
ca89ba83a8
4 changed files with 14 additions and 16 deletions
|
|
@ -90,7 +90,7 @@ swayc_t *container_under_pointer(void) {
|
|||
static bool handle_output_created(wlc_handle output) {
|
||||
swayc_t *op = new_output(output);
|
||||
|
||||
// Visibilty mask to be able to make view invisible
|
||||
// Visibility mask to be able to make view invisible
|
||||
wlc_output_set_mask(output, VISIBLE);
|
||||
|
||||
if (!op) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue