mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	extensions: panel_config->resource => wl_surface_res.
Change the name to something less ambigious.
This commit is contained in:
		
							parent
							
								
									3777c8993b
								
							
						
					
					
						commit
						6db0f6f80f
					
				
					 2 changed files with 8 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -9,13 +9,15 @@
 | 
			
		|||
struct background_config {
 | 
			
		||||
        wlc_handle output;
 | 
			
		||||
        wlc_resource surface;
 | 
			
		||||
        struct wl_resource *resource;
 | 
			
		||||
        // we need the wl_resource of the surface in the destructor
 | 
			
		||||
        struct wl_resource *wl_surface_res;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct panel_config {
 | 
			
		||||
        wlc_handle output;
 | 
			
		||||
        wlc_resource surface;
 | 
			
		||||
        struct wl_resource *resource;
 | 
			
		||||
        // we need the wl_resource of the surface in the destructor
 | 
			
		||||
        struct wl_resource *wl_surface_res;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct desktop_shell_state {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue