From 6d94f77457e34fc8a295e18a27e10fb39ee3b8a0 Mon Sep 17 00:00:00 2001 From: David Eklov Date: Sun, 10 Jul 2016 09:47:35 -0500 Subject: Revert "swaybg: Make swaybg a shell surface" This reverts commit 99bda4afe27d9e5723ab6b0ebe5eabb0caaa8eeb. It turned out that code to handle swaybg as shell surface was broken so we don't want to make swaybg a shell surface until this has been fixed. --- swaybg/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'swaybg') diff --git a/swaybg/main.c b/swaybg/main.c index 4e0cc4b3..fbd0d16b 100644 --- a/swaybg/main.c +++ b/swaybg/main.c @@ -54,7 +54,6 @@ 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