Xnest: ignore NoExpose event
Sometimes getting NoExpose event from upstream xserver, where we've got nothing actually to do. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1399>
This commit is contained in:
		
							parent
							
								
									57254ca23c
								
							
						
					
					
						commit
						b15f0204b2
					
				| 
						 | 
					@ -208,6 +208,7 @@ xnestCollectEvents(void)
 | 
				
			||||||
        case MapNotify:
 | 
					        case MapNotify:
 | 
				
			||||||
        case ReparentNotify:
 | 
					        case ReparentNotify:
 | 
				
			||||||
        case UnmapNotify:
 | 
					        case UnmapNotify:
 | 
				
			||||||
 | 
					        case NoExpose:
 | 
				
			||||||
            break;
 | 
					            break;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        default:
 | 
					        default:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue