[PATCH 1/2] Remove two unused defines in C files

2009-03-20 Thread Tomas Carnecky
These two defines were defined in C files but not used anywhere: dix/window.c #define DeviceEventMasks (KeyPressMask | [...] os/connection.c #define MAXFD 500 Signed-off-by: Tomas Carnecky t...@dbservice.com --- dix/window.c|3 --- os/connection.c |1 - 2 files changed, 0

[PATCH 2/2] FID, whatever that was, isn't anymore

2009-03-20 Thread Tomas Carnecky
No traces of FID in the xserver nor in the modules listed in util/modular/xorg.modules Signed-off-by: Tomas Carnecky t...@dbservice.com --- include/os.h |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/include/os.h b/include/os.h index df5c73a..7da31a5 100644 ---

[PATCH 3/3] Convert remaining code to use C99 inline

2009-03-20 Thread Tomas Carnecky
But keep compatibility defines for __inline and __inline__ in case some drivers still use those (hw/xfree86/common/compiler.h). Signed-off-by: Tomas Carnecky t...@dbservice.com --- I think this will break drivers if you try to compile them with a compiler that doesn't support C99 inline. Each

[PATCH] DDC: Add EDID caching

2009-03-20 Thread Adam Jackson
Attempt to detect when we're DDC'ing the same monitor on the same output as we did last time. The first 16 bytes of EDID is almost certainly sufficient to identify a monitor uniquely, as it contains the vendor ID, model ID, and serial number fields. This takes 'xrandr -q' on my machine down from

Re: Default local auth policy

2009-03-20 Thread Eric Anholt
On Tue, 2009-03-17 at 14:06 -0400, Adam Jackson wrote: On Mon, 2009-03-16 at 12:52 -0700, Eric Anholt wrote: On Fri, 2009-03-13 at 13:46 -0400, Adam Jackson wrote: Currently, if you start X without -ac and without -auth, the default connection policy is to allow connections from