Stop the shouting
Meanwhile, here in the future lowercase letters have been invented. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
This commit is contained in:
parent
27356a45b4
commit
ddc149beaf
|
@ -156,8 +156,8 @@ XvExtensionInit(void)
|
||||||
if (!dixRegisterPrivateKey(&XvScreenKeyRec, PRIVATE_SCREEN, 0))
|
if (!dixRegisterPrivateKey(&XvScreenKeyRec, PRIVATE_SCREEN, 0))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
/* LOOK TO SEE IF ANY SCREENS WERE INITIALIZED; IF NOT THEN
|
/* Look to see if any screens were initialized; if not then
|
||||||
INIT GLOBAL VARIABLES SO THE EXTENSION CAN FUNCTION */
|
init global variables so the extension can function */
|
||||||
if (XvScreenGeneration != serverGeneration) {
|
if (XvScreenGeneration != serverGeneration) {
|
||||||
if (!CreateResourceTypes()) {
|
if (!CreateResourceTypes()) {
|
||||||
ErrorF("XvExtensionInit: Unable to allocate resource types\n");
|
ErrorF("XvExtensionInit: Unable to allocate resource types\n");
|
||||||
|
|
Loading…
Reference in New Issue