mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	Dump view_tree and osd_tree on calling debug-action. Example bind: <keybind key="A-F12"> <action name="Debug"></action> </keybind>
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			167 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			167 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* SPDX-License-Identifier: GPL-2.0-only */
 | 
						|
#ifndef __DEBUG_H
 | 
						|
#define __DEBUG_H
 | 
						|
 | 
						|
struct server;
 | 
						|
 | 
						|
void debug_dump_scene(struct server *server);
 | 
						|
 | 
						|
#endif /* __DEBUG_H */
 |