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 | ca2e8cff086a154d13325e6d236f128702f6d353 (patch) | |
tree | 1cbff65ca8dd1e9feb9a6fd815cd5503887079f9 /main.c | |
parent | 1ed3bf095d44c18aa82be7bf00b6e65a9a63d4b9 (diff) | |
download | swaybg-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 '')
-rw-r--r-- | main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |