summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorDavid Eklov <david.eklov@gmail.com>2016-07-10 09:47:35 -0500
committerDavid Eklov <david.eklov@gmail.com>2016-07-14 17:15:31 -0500
commitca2e8cff086a154d13325e6d236f128702f6d353 (patch)
tree1cbff65ca8dd1e9feb9a6fd815cd5503887079f9 /main.c
parent1ed3bf095d44c18aa82be7bf00b6e65a9a63d4b9 (diff)
downloadswaybg-ca2e8cff086a154d13325e6d236f128702f6d353.tar.gz
swaybg-ca2e8cff086a154d13325e6d236f128702f6d353.tar.bz2
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 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 4e0cc4b..fbd0d16 100644
--- a/main.c
+++ b/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