Damage pixmap private key was being mis-registered as a picture key
This would cause all kinds of fun, in particular Xnest would crash at startup. Reviewed-by: Jamey Sharp <jamey@minilop.net> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
		
							parent
							
								
									9c121ae45a
								
							
						
					
					
						commit
						424b593c78
					
				|  | @ -1893,7 +1893,7 @@ DamageSetup (ScreenPtr pScreen) | |||
|     if (!dixRegisterPrivateKey(&damageGCPrivateKeyRec, PRIVATE_GC, sizeof(DamageGCPrivRec))) | ||||
| 	return FALSE; | ||||
| 
 | ||||
|     if (!dixRegisterPrivateKey(&damagePixPrivateKeyRec, PRIVATE_PICTURE, 0)) | ||||
|     if (!dixRegisterPrivateKey(&damagePixPrivateKeyRec, PRIVATE_PIXMAP, 0)) | ||||
| 	return FALSE; | ||||
| 
 | ||||
|     if (!dixRegisterPrivateKey(&damageWinPrivateKeyRec, PRIVATE_WINDOW, 0)) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue