mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	include/: refactor header files more
This commit is contained in:
		
							parent
							
								
									53266a0d5a
								
							
						
					
					
						commit
						4d1363dcae
					
				
					 32 changed files with 130 additions and 78 deletions
				
			
		| 
						 | 
				
			
			@ -4,7 +4,8 @@
 | 
			
		|||
#include <string.h>
 | 
			
		||||
#include <glib.h>
 | 
			
		||||
 | 
			
		||||
#include "rcxml.h"
 | 
			
		||||
#include "config/keybind.h"
 | 
			
		||||
#include "config/rcxml.h"
 | 
			
		||||
 | 
			
		||||
static uint32_t parse_modifier(const char *symname)
 | 
			
		||||
{
 | 
			
		||||
| 
						 | 
				
			
			@ -52,4 +53,3 @@ struct keybind *keybind_add(const char *keybind)
 | 
			
		|||
	memcpy(k->keysyms, keysyms, k->keysyms_len * sizeof(xkb_keysym_t));
 | 
			
		||||
	return k;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue