summaryrefslogtreecommitdiff
path: root/Xext
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2012-02-27 18:50:46 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2013-04-16 13:54:59 +1000
commitddc149beaf708e84fb5573c4322d4f859c517917 (patch)
tree5fb495856b765eb383c4dc03b75c9696bca95f55 /Xext
parent27356a45b4f6bad4d0bbf356e6d976d0c8dd257b (diff)
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>
Diffstat (limited to 'Xext')
-rw-r--r--Xext/xvmain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xext/xvmain.c b/Xext/xvmain.c
index c2860b86a..0c5dc9bc1 100644
--- a/Xext/xvmain.c
+++ b/Xext/xvmain.c
@@ -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");