wmww / gtk-layer-shell

A library to create panels and other desktop components for Wayland using the Layer Shell protocol
GNU General Public License v3.0
318 stars 16 forks source link

Normalize booleans and test that unusual true values work #81

Closed wmww closed 3 years ago

wmww commented 3 years ago

As noted in #79, true gbooleans may be any non-zero value, not just 1. We need to properly handle that, and test and document that they are normalized.

wmww commented 3 years ago

Fixed by 5c0da29cf7bac304dd290dc60465d35c15f69cf4 and other recent commits