diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-07-05 08:09:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-05 08:09:22 -0400 |
commit | 58804a044f782a397302173deb1416e47b3c3357 (patch) | |
tree | 9e155febd82e37ba6cb7b9e1b8ee7fda044d5147 /swaybg | |
parent | c3373c6815b5c8cff8f48d1acb46be08b9654331 (diff) | |
parent | d9bcea381a69ebc6367aede7816b8e27d5fc9417 (diff) |
Merge pull request #738 from deklov/panel-as-shell-02
Make swaybar and swaybg shell surfaces, take 2
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 |