wlr_layer is now initialized to ZWLR_LAYER_SHELL_V1_LAYER_TOP

This commit is contained in:
Scoopta 2020-07-27 23:57:18 -07:00
parent 3fcb32b2b5
commit 3c82c8ef9f

View File

@ -1708,7 +1708,7 @@ void wofi_init(struct map* _config) {
gdk_wayland_window_set_use_custom_surface(gdk_win); gdk_wayland_window_set_use_custom_surface(gdk_win);
wl_surface = gdk_wayland_window_get_wl_surface(gdk_win); wl_surface = gdk_wayland_window_get_wl_surface(gdk_win);
enum zwlr_layer_shell_v1_layer wlr_layer; enum zwlr_layer_shell_v1_layer wlr_layer = ZWLR_LAYER_SHELL_V1_LAYER_TOP;
if(strcmp(layer, "background") == 0) { if(strcmp(layer, "background") == 0) {
wlr_layer = ZWLR_LAYER_SHELL_V1_LAYER_BACKGROUND; wlr_layer = ZWLR_LAYER_SHELL_V1_LAYER_BACKGROUND;