diff options
author | David Eklov <david.eklov@gmail.com> | 2016-07-10 09:47:35 -0500 |
---|---|---|
committer | David Eklov <david.eklov@gmail.com> | 2016-07-14 17:15:31 -0500 |
commit | 6d94f77457e34fc8a295e18a27e10fb39ee3b8a0 (patch) | |
tree | 6700fe649bf479fbcba2ab2a5d9a0eefb3cbf3b4 /swaybg/main.c | |
parent | 1e95191900d1f16b4d195f2d05f1eb7cb1f62ad5 (diff) |
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.
Diffstat (limited to 'swaybg/main.c')
-rw-r--r-- | swaybg/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |