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
317 stars 16 forks source link

Demo: fix initial exclusive zone and size #65

Closed wmww closed 3 years ago

wmww commented 3 years ago

Initial size was not being set when --fixed-size was specified. Exclusive zone was being set, but incorrectly. This fixes both.

Fixes #64

By opening this pull request, I agree for my modifications to be licensed under whatever licenses are indicated at the start of the files I modified