swaybg: Make swaybg a shell surface

This commit is contained in:
David Eklov 2016-07-04 17:04:16 -05:00
parent d3752b4140
commit 99bda4afe2

View File

@ -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