commit 99bda4afe27d9e5723ab6b0ebe5eabb0caaa8eeb
parent d3752b41405b5572d0ba488aaf969f308e06968a
Author: David Eklov <david.eklov@gmail.com>
Date: Mon, 4 Jul 2016 17:04:16 -0500
swaybg: Make swaybg a shell surface
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/swaybg/main.c b/swaybg/main.c
@@ -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