mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-04 01:40:13 +01:00
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
1 changed files with 2 additions and 2 deletions
|
|
@ -156,8 +156,8 @@ XvExtensionInit(void)
|
|||
if (!dixRegisterPrivateKey(&XvScreenKeyRec, PRIVATE_SCREEN, 0))
|
||||
return;
|
||||
|
||||
/* LOOK TO SEE IF ANY SCREENS WERE INITIALIZED; IF NOT THEN
|
||||
INIT GLOBAL VARIABLES SO THE EXTENSION CAN FUNCTION */
|
||||
/* Look to see if any screens were initialized; if not then
|
||||
init global variables so the extension can function */
|
||||
if (XvScreenGeneration != serverGeneration) {
|
||||
if (!CreateResourceTypes()) {
|
||||
ErrorF("XvExtensionInit: Unable to allocate resource types\n");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue