This commit includes a little restructuring necessary for keeping wayland objects properly. It doesn't fix broken modifier functionality yet.
		
			
				
	
	
		
			9 lines
		
	
	
		
			320 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			320 B
		
	
	
	
		
			C
		
	
	
	
	
	
#include <gdk/gdk.h>
 | 
						|
#include <xkbcommon/xkbcommon.h>
 | 
						|
 | 
						|
gboolean
 | 
						|
squeek_keymap_get_entries_for_keyval (struct xkb_keymap     *xkb_keymap,
 | 
						|
                                      guint          keyval,
 | 
						|
                                      GdkKeymapKey **keys,
 | 
						|
                                      guint          *n_keys);
 |