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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
