Skip to content

Commit

Permalink
fix exclusive zone, bump gtk-layer-shell version
Browse files Browse the repository at this point in the history
  • Loading branch information
01micko committed Aug 5, 2023
1 parent c3164a8 commit 3372406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/widget_window.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ GtkWidget *widget_window_create(
gtk_layer_set_layer(GTK_WINDOW(widget), layer);
}
if (edge != GTK_LAYER_SHELL_EDGE_ENTRY_NUMBER) {
gtk_layer_auto_exclusive_zone_enable (GTK_WINDOW(widget));
gtk_layer_set_exclusive_zone (GTK_WINDOW(widget), 0);
gtk_layer_set_margin(GTK_WINDOW(widget), GTK_LAYER_SHELL_EDGE_LEFT, 20);
gtk_layer_set_margin(GTK_WINDOW(widget), GTK_LAYER_SHELL_EDGE_RIGHT, 20);
gtk_layer_set_margin(GTK_WINDOW(widget), GTK_LAYER_SHELL_EDGE_TOP, 10);
Expand Down
2 changes: 1 addition & 1 deletion subprojects/gtk-layer-shell.wrap
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[wrap-git]
url = https://github.com/wmww/gtk-layer-shell
revision = ca37ef1baa623302dda5fcea200d04e0d9a10578
revision = 0.8.1

0 comments on commit 3372406

Please sign in to comment.