(!1654) xnest: replace ExposureMask by XCB_EVENT_MASK_EXPOSURE
Use xcb's defines instead of Xlib's ones. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
		
							parent
							
								
									dd094c8270
								
							
						
					
					
						commit
						5cbd74a178
					
				| 
						 | 
				
			
			@ -85,7 +85,7 @@ xnestCreateWindow(WindowPtr pWin)
 | 
			
		|||
    }
 | 
			
		||||
    else {
 | 
			
		||||
        mask = XCB_CW_EVENT_MASK | XCB_CW_BACKING_STORE;
 | 
			
		||||
        attributes.event_mask = ExposureMask;
 | 
			
		||||
        attributes.event_mask = XCB_EVENT_MASK_EXPOSURE;
 | 
			
		||||
        attributes.backing_store = XCB_BACKING_STORE_NOT_USEFUL;
 | 
			
		||||
 | 
			
		||||
        if (pWin->parent) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue