XF86Config -> xorg.conf in comments.

This commit is contained in:
matthieu 2009-09-22 22:00:54 +00:00
parent 1360291edb
commit aa2fb42def
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $OpenBSD: wildcatfb_driver.c,v 1.2 2009/09/13 19:46:47 matthieu Exp $ */
/* $OpenBSD: wildcatfb_driver.c,v 1.3 2009/09/22 22:00:54 matthieu Exp $ */
/*
* Copyright (c) 2009 Miodrag Vallat.
@ -319,7 +319,7 @@ wildcatfb_open(char *dev)
{
int fd = -1;
/* Try argument from XF86Config first. */
/* Try argument from xorg.conf first. */
if (dev == NULL || ((fd = priv_open_device(dev)) == -1)) {
/* Second: environment variable. */
dev = getenv("XDEVICE");

View File

@ -1,4 +1,4 @@
/* $OpenBSD: wsfb_driver.c,v 1.16 2009/09/13 19:33:49 matthieu Exp $ */
/* $OpenBSD: wsfb_driver.c,v 1.17 2009/09/22 22:00:54 matthieu Exp $ */
/*
* Copyright (c) 2001 Matthieu Herrb
* All rights reserved.
@ -313,7 +313,7 @@ wsfb_open(char *dev)
{
int fd = -1;
/* Try argument from XF86Config first. */
/* Try argument from xorg.conf first. */
if (dev == NULL || ((fd = priv_open_device(dev)) == -1)) {
/* Second: environment variable. */
dev = getenv("XDEVICE");

View File

@ -1,4 +1,4 @@
/* $OpenBSD: wsudl_driver.c,v 1.1.1.1 2009/09/22 14:12:24 mglocker Exp $ */
/* $OpenBSD: wsudl_driver.c,v 1.2 2009/09/22 22:00:54 matthieu Exp $ */
/*
* Copyright (c) 2009 Marcus Glocker <mglocker@openbsd.org>
@ -856,7 +856,7 @@ wsudl_open(char *dev)
{
int fd = -1;
/* try argument from XF86Config first */
/* try argument from xorg.conf first */
if (dev == NULL || ((fd = priv_open_device(dev)) == -1)) {
/* second: environment variable */
dev = getenv("XDEVICE");