FIXME (!1714) FIXME !!! mi: overlay: use window destructor hook
Wrapping ScreenRec's function pointers is problematic for many reasons, so use the new window destructor hook instead. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
		
							parent
							
								
									b3f592b481
								
							
						
					
					
						commit
						08e8e1af35
					
				|  | @ -266,7 +266,7 @@ miScreenInit(ScreenPtr pScreen, void *pbits,  /* pointer to screen bits */ | ||||||
|     pScreen->SaveScreen = miSaveScreen; |     pScreen->SaveScreen = miSaveScreen; | ||||||
|     /* GetImage, GetSpans */ |     /* GetImage, GetSpans */ | ||||||
|     pScreen->SourceValidate = miSourceValidate; |     pScreen->SourceValidate = miSourceValidate; | ||||||
|     /* CreateWindow, DestroyWindow, PositionWindow, ChangeWindowAttributes */ |     /* CreateWindow, PositionWindow, ChangeWindowAttributes */ | ||||||
|     /* RealizeWindow, UnrealizeWindow */ |     /* RealizeWindow, UnrealizeWindow */ | ||||||
|     pScreen->ValidateTree = miValidateTree; |     pScreen->ValidateTree = miValidateTree; | ||||||
|     pScreen->PostValidateTree = (PostValidateTreeProcPtr) 0; |     pScreen->PostValidateTree = (PostValidateTreeProcPtr) 0; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue