From 6d971af5c3ceae870c424325ca06fc635703bb29 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 17 Jul 2016 11:55:05 -0400 Subject: Turn swaybg into a shell surface --- swaybg/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'swaybg') diff --git a/swaybg/main.c b/swaybg/main.c index fbd0d16b..4e0cc4b3 100644 --- a/swaybg/main.c +++ b/swaybg/main.c @@ -54,6 +54,7 @@ int main(int argc, const char **argv) { sway_abort("Failed to create surfaces."); } desktop_shell_set_background(registry->desktop_shell, output->output, window->surface); + window_make_shell(window); list_add(surfaces, window); #ifdef WITH_GDK_PIXBUF -- cgit v1.2.3-54-g00ecf