aboutsummaryrefslogtreecommitdiffstats
path: root/swaybg
diff options
context:
space:
mode:
authorLibravatar David Eklov <david.eklov@gmail.com>2016-07-10 09:47:35 -0500
committerLibravatar David Eklov <david.eklov@gmail.com>2016-07-14 17:15:31 -0500
commit6d94f77457e34fc8a295e18a27e10fb39ee3b8a0 (patch)
tree6700fe649bf479fbcba2ab2a5d9a0eefb3cbf3b4 /swaybg
parentMerge pull request #726 from Hummer12007/hwc (diff)
downloadsway-6d94f77457e34fc8a295e18a27e10fb39ee3b8a0.tar.gz
sway-6d94f77457e34fc8a295e18a27e10fb39ee3b8a0.tar.zst
sway-6d94f77457e34fc8a295e18a27e10fb39ee3b8a0.zip
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')
-rw-r--r--swaybg/main.c1
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) {
54 sway_abort("Failed to create surfaces."); 54 sway_abort("Failed to create surfaces.");
55 } 55 }
56 desktop_shell_set_background(registry->desktop_shell, output->output, window->surface); 56 desktop_shell_set_background(registry->desktop_shell, output->output, window->surface);
57 window_make_shell(window);
58 list_add(surfaces, window); 57 list_add(surfaces, window);
59 58
60#ifdef WITH_GDK_PIXBUF 59#ifdef WITH_GDK_PIXBUF