mirror of
https://github.com/swaywm/sway.git
synced 2024-11-25 01:11:28 +00:00
swaybg: Make swaybg a shell surface
This commit is contained in:
parent
a11cdefa3c
commit
093e84728b
|
@ -54,6 +54,7 @@ int main(int argc, const char **argv) {
|
||||||
sway_abort("Failed to create surfaces.");
|
sway_abort("Failed to create surfaces.");
|
||||||
}
|
}
|
||||||
desktop_shell_set_background(registry->desktop_shell, output->output, window->surface);
|
desktop_shell_set_background(registry->desktop_shell, output->output, window->surface);
|
||||||
|
window_make_shell(window);
|
||||||
list_add(surfaces, window);
|
list_add(surfaces, window);
|
||||||
|
|
||||||
#ifdef WITH_GDK_PIXBUF
|
#ifdef WITH_GDK_PIXBUF
|
||||||
|
|
Loading…
Reference in a new issue