mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Turn swaybg into a shell surface
This commit is contained in:
parent
c8917395c0
commit
6d971af5c3
5 changed files with 43 additions and 15 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue