Skip to content

Commit def62a6

Browse files
author
Mick Amadio
authored
fix exclusive zone, bump gtk-layer-shell version (#153)
1 parent c3164a8 commit def62a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/widget_window.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ GtkWidget *widget_window_create(
162162
gtk_layer_set_layer(GTK_WINDOW(widget), layer);
163163
}
164164
if (edge != GTK_LAYER_SHELL_EDGE_ENTRY_NUMBER) {
165-
gtk_layer_auto_exclusive_zone_enable (GTK_WINDOW(widget));
165+
gtk_layer_set_exclusive_zone (GTK_WINDOW(widget), 0);
166166
gtk_layer_set_margin(GTK_WINDOW(widget), GTK_LAYER_SHELL_EDGE_LEFT, 20);
167167
gtk_layer_set_margin(GTK_WINDOW(widget), GTK_LAYER_SHELL_EDGE_RIGHT, 20);
168168
gtk_layer_set_margin(GTK_WINDOW(widget), GTK_LAYER_SHELL_EDGE_TOP, 10);

subprojects/gtk-layer-shell.wrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[wrap-git]
22
url = https://github.com/wmww/gtk-layer-shell
3-
revision = ca37ef1baa623302dda5fcea200d04e0d9a10578
3+
revision = 0.8.1

0 commit comments

Comments
 (0)