[PATCH RESEND] xfree86: Keep a non-seat0 X server from touching VTs (#71258)

Hans de Goede hdegoede at redhat.com
Thu Dec 12 10:13:17 PST 2013


Hi,

On 12/12/2013 05:22 PM, Laércio de Sousa wrote:
> Updated patch following Hans de Goede's advice.

Thanks, added to my tree with the 2 elements of the test swapped
as discussed. I've also changed the test from:

if (!((flags & HW_SKIP_CONSOLE) || ServerIsNotSeat0()))

to:

if (!(flags & HW_SKIP_CONSOLE) && !ServerIsNotSeat0()))

Because the amount of parenthesis in the former was making
it hard on the eyes IMHO.

You can find it here for now:
http://cgit.freedesktop.org/~jwrdegoede/xserver

After the 1.15 release I'll send a pull request for this to
get added into xserver git master.

Regards,

Hans


More information about the xorg-devel mailing list