mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 11:17:54 +00:00
[client] wayland: fix failure to select libdecor
Fixes #1116 - Thanks @blu3bird
This commit is contained in:
parent
a626a1142d
commit
23b773ad80
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ static bool waylandInit(const LG_DSInitParams params)
|
|||
for(int i = 0; i < WL_DESKTOP_COUNT; ++i)
|
||||
if (strcmp(WL_Desktops[i]->compositor, compositor) == 0)
|
||||
{
|
||||
wlWm.desktop = WL_Desktops[0];
|
||||
wlWm.desktop = WL_Desktops[i];
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue