Merge branch 'master' into my-XACE-SELINUX
This commit is contained in:
		
						commit
						43a4376bd7
					
				|  | @ -3752,6 +3752,8 @@ InitClientPrivates(ClientPtr client) | ||||||
|     client->devPrivates = ppriv; |     client->devPrivates = ppriv; | ||||||
|     sizes = clientPrivateSizes; |     sizes = clientPrivateSizes; | ||||||
|     ptr = (char *)(ppriv + clientPrivateLen); |     ptr = (char *)(ppriv + clientPrivateLen); | ||||||
|  |     if (ppriv) | ||||||
|  | 	bzero(ppriv, totalClientSize - sizeof(ClientRec)); | ||||||
|     for (i = clientPrivateLen; --i >= 0; ppriv++, sizes++) |     for (i = clientPrivateLen; --i >= 0; ppriv++, sizes++) | ||||||
|     { |     { | ||||||
| 	if ( (size = *sizes) ) | 	if ( (size = *sizes) ) | ||||||
|  |  | ||||||
|  | @ -649,7 +649,7 @@ being | ||||||
| that are passed to the module when it is loaded. | that are passed to the module when it is loaded. | ||||||
| .PP | .PP | ||||||
| Example: the extmod module (which contains a miscellaneous group of | Example: the extmod module (which contains a miscellaneous group of | ||||||
| server extensions) can be loaded, with the __xservername__-DGA extension | server extensions) can be loaded, with the XFree86-DGA extension | ||||||
| disabled by using the following entry: | disabled by using the following entry: | ||||||
| .PP | .PP | ||||||
| .RS 4 | .RS 4 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue