diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-07-17 11:55:05 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2016-07-17 11:55:05 -0400 |
commit | 92b69e0fa45648c7f0f90a1ca3a0dd828277d1bb (patch) | |
tree | cb94b27f2342e2d14e4a909e204112c15bd41d56 /main.c | |
parent | ca2e8cff086a154d13325e6d236f128702f6d353 (diff) | |
download | swaybg-92b69e0fa45648c7f0f90a1ca3a0dd828277d1bb.tar.gz swaybg-92b69e0fa45648c7f0f90a1ca3a0dd828277d1bb.tar.bz2 |
Turn swaybg into a shell surface
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ 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 |