diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2016-07-04 17:04:16 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2016-07-04 17:04:16 -0500 |
| commit | 642fdaab48327b5f526bc31b2c165c4343f2b824 (patch) | |
| tree | 67ba43783d4b61d81d7c5119bf4afc1587ffbd07 /swaybg | |
| parent | ba471ed5942ed8b6fb06af4aafd655f4abbf0e66 (diff) | |
swaybg: Make swaybg a shell surface
Diffstat (limited to 'swaybg')
| -rw-r--r-- | swaybg/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/swaybg/main.c b/swaybg/main.c index fbd0d16b..4e0cc4b3 100644 --- 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 |
