mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-10-31 04:31:57 +00:00 
			
		
		
		
	[client] wayland: fix failure to select libdecor
Fixes #1116 - Thanks @blu3bird
This commit is contained in:
		| @@ -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; | ||||
|       } | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Geoffrey McRae
					Geoffrey McRae