mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-10-29 05:40:12 -04:00 
			
		
		
		
	Merge pull request #1203 from dcz-purism/input
Support input method and text input
This commit is contained in:
		
						commit
						66e8908e9a
					
				
					 20 changed files with 2944 additions and 1 deletions
				
			
		|  | @ -23,8 +23,10 @@ protocols = [ | |||
| 	'gamma-control.xml', | ||||
| 	'gtk-primary-selection.xml', | ||||
| 	'idle.xml', | ||||
| 	'input-method-unstable-v2.xml', | ||||
| 	'screenshooter.xml', | ||||
| 	'server-decoration.xml', | ||||
| 	'text-input-unstable-v3.xml', | ||||
| 	'virtual-keyboard-unstable-v1.xml', | ||||
| 	'wlr-export-dmabuf-unstable-v1.xml', | ||||
| 	'wlr-gamma-control-unstable-v1.xml', | ||||
|  | @ -40,7 +42,9 @@ client_protocols = [ | |||
| 	[wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'], | ||||
| 	[wl_protocol_dir, 'unstable/pointer-constraints/pointer-constraints-unstable-v1.xml'], | ||||
| 	'idle.xml', | ||||
| 	'input-method-unstable-v2.xml', | ||||
| 	'screenshooter.xml', | ||||
| 	'text-input-unstable-v3.xml', | ||||
| 	'wlr-export-dmabuf-unstable-v1.xml', | ||||
| 	'wlr-gamma-control-unstable-v1.xml', | ||||
| 	'wlr-input-inhibitor-unstable-v1.xml', | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Drew DeVault
						Drew DeVault