mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	Read rc.xml and begin parsing
This commit is contained in:
		
							parent
							
								
									fdc131049c
								
							
						
					
					
						commit
						6166e9b370
					
				
					 12 changed files with 227 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -1,4 +1,5 @@
 | 
			
		|||
#include "labwc.h"
 | 
			
		||||
#include "rcxml.h"
 | 
			
		||||
 | 
			
		||||
#include <wlr/types/wlr_export_dmabuf_v1.h>
 | 
			
		||||
#include <wlr/types/wlr_screencopy_v1.h>
 | 
			
		||||
| 
						 | 
				
			
			@ -222,7 +223,7 @@ void server_init(struct server *server)
 | 
			
		|||
		exit(EXIT_FAILURE);
 | 
			
		||||
	}
 | 
			
		||||
	wlr_server_decoration_manager_set_default_mode(
 | 
			
		||||
		deco_mgr, LAB_DISABLE_CSD ?
 | 
			
		||||
		deco_mgr, !rc.client_side_decorations ?
 | 
			
		||||
				  WLR_SERVER_DECORATION_MANAGER_MODE_SERVER :
 | 
			
		||||
				  WLR_SERVER_DECORATION_MANAGER_MODE_CLIENT);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue