mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	xwayland/selection: log when proxy window loses ownership
This commit is contained in:
		
							parent
							
								
									7d52b4d0b5
								
							
						
					
					
						commit
						2827a9554c
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
					@ -513,9 +513,14 @@ int xwm_handle_xfixes_selection_notify(struct wlr_xwm *xwm,
 | 
				
			||||||
		return 1;
 | 
							return 1;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						if (selection->owner == selection->window &&
 | 
				
			||||||
 | 
								event->owner != selection->owner) {
 | 
				
			||||||
 | 
							wlr_log(WLR_DEBUG, "proxy window lost selection ownership");
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	selection->owner = event->owner;
 | 
						selection->owner = event->owner;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (event->owner == selection->window) {
 | 
						if (selection->owner == selection->window) {
 | 
				
			||||||
		// We have to use XCB_TIME_CURRENT_TIME when we claim the selection, so
 | 
							// We have to use XCB_TIME_CURRENT_TIME when we claim the selection, so
 | 
				
			||||||
		// grab the actual timestamp here so we can answer TIMESTAMP conversion
 | 
							// grab the actual timestamp here so we can answer TIMESTAMP conversion
 | 
				
			||||||
		// requests correctly.
 | 
							// requests correctly.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue