mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	input-inhibitor: deprecate
The protocol itself has been deprecated.
This commit is contained in:
		
							parent
							
								
									d6e2ab5145
								
							
						
					
					
						commit
						8cfd44980b
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
					@ -10,6 +10,11 @@
 | 
				
			||||||
#define WLR_TYPES_INPUT_INHIBITOR_H
 | 
					#define WLR_TYPES_INPUT_INHIBITOR_H
 | 
				
			||||||
#include <wayland-server-core.h>
 | 
					#include <wayland-server-core.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/*
 | 
				
			||||||
 | 
					 * NOTE: Following the protocol deprecation, wlr/types/wlr_input_inhibitor.h is
 | 
				
			||||||
 | 
					 * deprecated and will be removed in the next release.
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
struct wlr_input_inhibit_manager {
 | 
					struct wlr_input_inhibit_manager {
 | 
				
			||||||
	struct wl_global *global;
 | 
						struct wl_global *global;
 | 
				
			||||||
	struct wl_client *active_client;
 | 
						struct wl_client *active_client;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue