(!1654) Xnest: replace XDestroyWindow() by xnest_destroy_window()
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
		
							parent
							
								
									a1377e4b3c
								
							
						
					
					
						commit
						a4313db46b
					
				|  | @ -161,7 +161,7 @@ xnestDestroyWindow(WindowPtr pWin) | |||
|             xnestWindowPriv(pWin)->sibling_above; | ||||
|     RegionDestroy(xnestWindowPriv(pWin)->bounding_shape); | ||||
|     RegionDestroy(xnestWindowPriv(pWin)->clip_shape); | ||||
|     XDestroyWindow(xnestDisplay, xnestWindow(pWin)); | ||||
|     xcb_destroy_window(xnestUpstreamInfo.conn, xnestWindow(pWin)); | ||||
|     xnestWindowPriv(pWin)->window = XCB_WINDOW_NONE; | ||||
| 
 | ||||
|     if (pWin->optional && pWin->optional->colormap && pWin->parent) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue