mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Merge pull request #789 from emersion/xwayland-h-style
xwyaland: fix style issues
This commit is contained in:
		
						commit
						8ed0e9f343
					
				
					 1 changed files with 8 additions and 6 deletions
				
			
		| 
						 | 
					@ -166,21 +166,23 @@ void wlr_xwayland_set_cursor(struct wlr_xwayland *wlr_xwayland,
 | 
				
			||||||
	int32_t hotspot_x, int32_t hotspot_y);
 | 
						int32_t hotspot_x, int32_t hotspot_y);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void wlr_xwayland_surface_activate(struct wlr_xwayland_surface *surface,
 | 
					void wlr_xwayland_surface_activate(struct wlr_xwayland_surface *surface,
 | 
				
			||||||
		bool activated);
 | 
						bool activated);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void wlr_xwayland_surface_configure(struct wlr_xwayland_surface *surface,
 | 
					void wlr_xwayland_surface_configure(struct wlr_xwayland_surface *surface,
 | 
				
			||||||
		int16_t x, int16_t y, uint16_t width, uint16_t height);
 | 
						int16_t x, int16_t y, uint16_t width, uint16_t height);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void wlr_xwayland_surface_close(struct wlr_xwayland_surface *surface);
 | 
					void wlr_xwayland_surface_close(struct wlr_xwayland_surface *surface);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void wlr_xwayland_surface_set_maximized(struct wlr_xwayland_surface *surface,
 | 
					void wlr_xwayland_surface_set_maximized(struct wlr_xwayland_surface *surface,
 | 
				
			||||||
		bool maximized);
 | 
						bool maximized);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void wlr_xwayland_surface_set_fullscreen(struct wlr_xwayland_surface *surface,
 | 
					void wlr_xwayland_surface_set_fullscreen(struct wlr_xwayland_surface *surface,
 | 
				
			||||||
		bool fullscreen);
 | 
						bool fullscreen);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void wlr_xwayland_set_seat(struct wlr_xwayland *xwayland,
 | 
					void wlr_xwayland_set_seat(struct wlr_xwayland *xwayland,
 | 
				
			||||||
		struct wlr_seat *seat);
 | 
						struct wlr_seat *seat);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					bool wlr_xwayland_surface_is_unmanaged(
 | 
				
			||||||
 | 
						const struct wlr_xwayland_surface *surface);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bool wlr_xwayland_surface_is_unmanaged(const struct wlr_xwayland_surface *surface);
 | 
					 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue