[PATCH] config/udev: Add sys/sysmacros.h include for major/minor functions for new glibc

2017-10-11 Thread Mart Raudsepp
Commits d732c36597fa and 84e3b96b5313 added the include to some files, but missed config/udev.c, where the major and minor functions are used as well. This should be Linux-only, so we don't need the sys/mkdev.h case here for Solaris. Signed-off-by: Mart Raudsepp <l...@gentoo.org> ---

Re: Is XAA still supported in recent and future xserver?

2010-09-14 Thread Mart Raudsepp
On Mon, 2010-09-13 at 17:19 -0400, Alex Deucher wrote: On Mon, Sep 13, 2010 at 3:47 PM, Matt Dew m...@osource.org wrote: On Mon, Sep 13, 2010 at 1:17 PM, Mark Kettenis mark.kette...@xs4all.nl wrote: Date: Mon, 13 Sep 2010 22:09:29 +0300 From: Tiago Vignatti tiago.vigna...@nokia.com

Re: X server 1.10 development cycle

2010-09-14 Thread Mart Raudsepp
drawbacks (packaging, etc). Where can I read why merging (video) drivers would be a good idea in any form? Regards, Mart Raudsepp ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman

Re: [Xorg-driver-geode] Rendering for rotation

2010-07-08 Thread Mart Raudsepp
, Mart Raudsepp ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

Re: Janitor ideas

2010-07-03 Thread Mart Raudsepp
' to '#ifdef x' or 'if !x' to '#ifndef x' These are not equal checks. #ifdef x evaluates to true, while #if x might not (if the definition has a value of 0), etc. Regards, Mart Raudsepp ___ xorg-devel@lists.x.org: X.Org development Archives: http

Re: [Xorg-driver-geode] [PATCH 1/7] Prevent the pixmap migration if the geode GP can not do the acceleration.

2010-06-13 Thread Mart Raudsepp
patch visible at http://lists.x.org/archives/xorg-driver-geode/2010-June/000678.html Cheers, Mart Raudsepp ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg