Re: PATCH] OS: Add some noreturn and printf compiler attributes where appropriate

2010-03-29 Thread Rami Ylimäki
ext Mark Kettenis wrote: Given the fact that the noreturn attribute makes GCC generate code that makes debugging hard (see the recent discussion about adding some arm-specific compiler flags as a countermeasure), it's probably best to keep its usage to the absolute minimum.

Re: [PATCH] Fix x86emu builds when using non-gnu compilers

2010-03-29 Thread Tiago Vignatti
On Tue, Mar 23, 2010 at 02:03:53AM +0100, ext Alan Coopersmith wrote: Before this fix, the u64 type would not be defined, causing x86emu/sys.c to fail to build: sys.c, line 102: syntax error before or at: ldq_u sys.c, line 102: syntax error before or at: * Since 64-bit types are now

Re: Multitouch followup: gesture recognition?

2010-03-29 Thread Matt Dew
Hi Florian, Can you point me to any arch stuff you've been reading? I'm trying to organize X documentation and wanna get everything possible that's useful to folks. thanks, Matt On Mon, Mar 29, 2010 at 4:08 PM, Florian Echtler f...@butterbrot.org wrote: Hi again, I've been reading some

Smooth scrolling

2010-03-29 Thread Max Schwarz
Sorry, just realised xorg-devel would be more fitting for my request... Hi, I'd like to make a proposal for mouse wheel handling. Today's pointer devices often have the capability to get more resolution on the mouse wheel velocity than the old click-by-click wheels. For example, for an IBM

Re: We're over the extension event limit -- what are we going to do about it?

2010-03-29 Thread Adam Jackson
On Sun, 2010-03-28 at 17:07 -0700, Aaron Plattner wrote: 1. Move the new DRI2 extension events to the Generic Event Extension. This is the cleanest solution because DRI2 is the extension that changed to put it over the limit. Also, the code is brand new and has not been in an

Re: [PULL (updated again)] 4 patches from XQuartz

2010-03-29 Thread Adam Jackson
On Sun, 2010-03-28 at 15:49 -0700, Jeremy Huddleston wrote: Sorry, we need one more. A small regression was found in our release-candidate, and this fixes it. I think this should be the last PULL request from XQuartz before 1.8 ships. The following changes since commit

Re: [PATCH 1/3] Add vroot.h.

2010-03-29 Thread Julien Cristau
On Mon, Mar 29, 2010 at 12:06:36 +1100, Daniel Stone wrote: +/**Permission to use, copy, modify, and distribute this software and **/ +/**its documentation for any purpose and without fee is hereby **/ +/**granted, provided that the above copyright notice

Re: DRI2 fixes

2010-03-29 Thread Jesse Barnes
On Mon, 22 Mar 2010 15:03:30 -0700 Jesse Barnes jbar...@virtuousgeek.org wrote: This is a collection of fixes from my personal server tree targeting the 1.8 release. They're mostly small fixes, but they fix a few important (i.e. common) cases with the new protocol code. Please review; I'll

Re: [PATCH] dix: be more verbose when we run out of opcodes

2010-03-29 Thread Paulo Zanoni
Is is too late for 1.8? (pinging since we're talking about the number of events in another thread) On Mon, Mar 15, 2010 at 11:13 AM, Paulo Ricardo Zanoni pzan...@mandriva.com wrote: Em Sex, 2010-03-12 às 23:06 +0100, Julien Cristau escreveu: On Fri, Mar 12, 2010 at 12:01:41 -0300, Paulo

[PATCH v2] configure: introduce --{enable, disable}-syscall-clock

2010-03-29 Thread Tiago Vignatti
Some Linux systems might not want to link against rt and pthread libraries simply to implement monotonic clock, inside GetTimeInMillis(). For those, use a direct syscall instead. This is discouraged if someone doesn't know what's doing. This patch keeps the new syscall version disabled by default

Re: [PULL] Bugzilla triage, take two

2010-03-29 Thread Keith Packard
On Fri, 26 Mar 2010 15:10:49 -0700, Corbin Simpson mostawesomed...@gmail.com wrote: Corbin Simpson (1): dix: Fix a small potential memory leak in ProcRotateProperties. (#25216) No. ProcRotateProperties already frees props and saved in the out: path. For reviewers -- please look at the

Re: [PULL] Bugzilla triage, take two

2010-03-29 Thread Corbin Simpson
On Mon, Mar 29, 2010 at 11:54 AM, Keith Packard kei...@keithp.com wrote: On Fri, 26 Mar 2010 15:10:49 -0700, Corbin Simpson mostawesomed...@gmail.com wrote: Corbin Simpson (1):       dix: Fix a small potential memory leak in ProcRotateProperties. (#25216) No. ProcRotateProperties already

Re: [PATCH] configure: introduce --{enable, disable}-syscall-clock

2010-03-29 Thread Adam Jackson
On Mon, 2010-03-29 at 11:02 -0700, Alan Coopersmith wrote: Tiago Vignatti wrote: Some systems might not want to link against rt and pthread libraries simply to implement monotonic clock, inside GetTimeInMillis(). For those, use a direct syscall instead. This patch keeps the new

Re: We're over the extension event limit -- what are we going to do about it?

2010-03-29 Thread Adam Jackson
On Mon, 2010-03-29 at 09:35 -0700, Jeremy Huddleston wrote: On Mar 29, 2010, at 08:23, Adam Jackson wrote: We could pretty easily bump DGA to major version 3, encode events with GE, and require newer client-side libs that translate back for ABI. After all, if you're using it _and_ you've

GSoC Idea: Adding support for DMX screens to dix

2010-03-29 Thread Cody Maloney
Hi, Currently the DMX X server works well enough to get display walls up and running. What I'd like to do is make it so that from a running X server you can dynamically add and remove DMX screens, without the need of the seperate DMX proxy server. This would be useful for instance to setup/use

Re: [PATCH] configure: introduce --{enable, disable}-syscall-clock

2010-03-29 Thread Alan Coopersmith
Tiago Vignatti wrote: Some systems might not want to link against rt and pthread libraries simply to implement monotonic clock, inside GetTimeInMillis(). For those, use a direct syscall instead. This patch keeps the new syscall version disabled by default - therefore not changing the

[PATCH x11proto] Xfuncproto: add _X_NONNULL

2010-03-29 Thread Jeff Smith
Signed-off-by: Jeff Smith whydo...@yahoo.com --- Xfuncproto.h.in |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/Xfuncproto.h.in b/Xfuncproto.h.in index 96a585c..be3e052 100644 --- a/Xfuncproto.h.in +++ b/Xfuncproto.h.in @@ -123,4 +123,10 @@ in this Software without