Re: [PATCH 1/3] Have FreePixmap call screen hooks, not the other way around.

2011-10-03 Thread Michel Dänzer
On Sam, 2011-10-01 at 23:08 -0700, Jamey Sharp wrote: In the process, move reference counting into FreePixmap instead of doing it inconsistently in the various screen hooks. I like the series, the only minor nit being that the name 'FreePixmap' still implies that the pixmap is freed

Re: [PATCH libXi] 1UL may be 4 bytes, force to 1ULL

2011-10-03 Thread Daniel Stone
Hi, On 3 October 2011 06:06, Jeremy Huddleston jerem...@apple.com wrote: On Oct 2, 2011, at 16:30, Peter Hutterer wrote: On Sun, Oct 02, 2011 at 10:52:03AM -0700, Jamey Sharp wrote: And I think ldexp is a much better idea than either. :-) It's more clear, and as an added bonus, probably

Re: [PULL] XI 2.1 - raw events and smooth scrolling

2011-10-03 Thread Max Schwarz
Hi Peter, Input: Add smooth-scrolling support to GetPointerEvents There's a subtle bug on that one: Old-style scroll button presses create inverted emulated presses (and maybe inverted valuator events, but I don't know which direction is 'up' or 'down' on the valuator). Take a look at

[PATCH xserver 0/3] Prevent access to freed input buffer.

2011-10-03 Thread Rami Ylimäki
Some requests peek the client input buffer even after the request handler has returned. For example, RecordEnableContext calls IgnoreClient for the connection that originates the request, but also installs callbacks that keep sending data to the connection until RecordDisableContext is called from

[PATCH xserver 1/3] os: Collect copy-pasted code into functions.

2011-10-03 Thread Rami Ylimäki
No functional changes. Signed-off-by: Rami Ylimäki rami.ylim...@vincit.fi Reviewed-by: Erkki Seppälä erkki.sepp...@vincit.fi --- os/io.c | 126 +- 1 files changed, 67 insertions(+), 59 deletions(-) diff --git a/os/io.c b/os/io.c index

Re: [PATCH] Remove incorrect in swap_uint32

2011-10-03 Thread Michel Dänzer
On Don, 2011-09-29 at 13:10 +1000, Peter Hutterer wrote: On Wed, Sep 28, 2011 at 05:27:45PM -0400, Matt Turner wrote: Caused by commit 893e86a4, and hidden by the (char *) cast. Signed-off-by: Matt Turner matts...@gmail.com --- include/misc.h |2 +- 1 files changed, 1

FOSDEM 2012 DevRoom requested.

2011-10-03 Thread Luc Verhaegen
With Matthieu proposing to talk about DRM/KMS for non-linux system, the deadline was met, and i have just filed a DevRoom request with the FOSDEM organizers. I should have an answer this month still. One thing does seem to have changed though, DevRooms are for one day only unless properly

Re: FOSDEM 2012 DevRoom requested.

2011-10-03 Thread Keith Packard
On Mon, 3 Oct 2011 16:26:20 +0200, Luc Verhaegen l...@skynet.be wrote: Keith, at XDC you mentioned filling half a day with wayland stuff. Do solidify this ASAP so i can make sure that we get saturday as well. I'm working on this -- as you might imagine, getting funding for an event this far

Re: [PATCH xserver 3/3] record: Preserve client input buffer for RecordEnableContext request.

2011-10-03 Thread Keith Packard
On Mon, 3 Oct 2011 15:16:27 +0300, Rami Ylimäki rami.ylim...@vincit.fi wrote: This request installs hooks that keep sending replies even after the request handler has finished. Each reply accesses the input buffer. If we let the buffer to be shared, we will eventually read garbage or even

Re: Maintaining backwards compatibility with swap macros

2011-10-03 Thread Matt Turner
On Mon, Oct 3, 2011 at 1:16 AM, Jeremy Huddleston jerem...@freedesktop.org wrote: Ok, given your agreement here, I'll go ahead with this if you don't beat me to it. --Jeremy Yes, if you have some time, please proceed. Matt ___

Re: [PATCH libXft] Remove an extraneous FcPatternDestroy in XftFontOpenInfo

2011-10-03 Thread Alan Coopersmith
On 10/ 2/11 02:55 PM, Jeremy Huddleston wrote: https://bugs.freedesktop.org/show_bug.cgi?id=5745 Signed-off-by: Jeremy Huddlestonjerem...@apple.com --- src/xftfreetype.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/xftfreetype.c b/src/xftfreetype.c index

Re: [PATCH] Remove incorrect in swap_uint32

2011-10-03 Thread Jeremy Huddleston
On Oct 3, 2011, at 05:58, Michel Dänzer wrote: On Don, 2011-09-29 at 13:10 +1000, Peter Hutterer wrote: On Wed, Sep 28, 2011 at 05:27:45PM -0400, Matt Turner wrote: Caused by commit 893e86a4, and hidden by the (char *) cast. Signed-off-by: Matt Turner matts...@gmail.com ---

Re: [PATCH libXft] Remove an extraneous FcPatternDestroy in XftFontOpenInfo

2011-10-03 Thread Jeremy Huddleston
If that's the case, then this is a terrible API. If the function returns NULL, the caller has no information about the state of its passed pattern. It may have been deallocated and NULL returned during 'goto bail' or it may not have been deallocated and NULL returned because of invalid

Re: [PATCH 1/2] xfree86/modes: Let the driver handle the transform

2011-10-03 Thread Keith Packard
On Wed, 21 Sep 2011 13:51:25 -0700, Aaron Plattner aplatt...@nvidia.com wrote: I blame charset=iso-8859-1 due to my lame MTA. Try the attached patches. Sorry. (Something mangled even the attachments -- they were 8859-1 when I received them. I used iconv to switch them to utf-8 and applied

Re: [PATCH v2 7/7] dix: NewCurrentScreen must work on pointers where possible

2011-10-03 Thread Keith Packard
On Thu, 22 Sep 2011 08:43:31 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: You mean like this? http://lists.x.org/archives/xorg-devel/2011-September/024807.html that was the first implementation, and I changed it for this one.. Right. Never mind. The new patch seems fine. --

Re: [PULL] XI 2.1 - raw events and smooth scrolling

2011-10-03 Thread Keith Packard
On Fri, 30 Sep 2011 09:51:38 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: Cyril Brulebois (3): xkb: Fix case checks for Latin 1. xkb: Fix case checks for Latin 2. xkb: Fix case checks for Latin 4. Daniel Stone (25): Input: Add flags to DeviceEvent

Re: [PATCH] xf86/modes: Fix shadow rotation crashing when screen pixmap changes

2011-10-03 Thread Keith Packard
Merged. f5d50b4..463dd87 master - master -- keith.pack...@intel.com pgptNm6mVKFcJ.pgp Description: PGP signature ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info:

Re: [PATCH v2] Address regressions from e8ff555b95baab66cc7d060c1e7f9fdd49d3802f

2011-10-03 Thread Keith Packard
On Thu, 22 Sep 2011 21:55:34 -0700, Jeremy Huddleston jerem...@apple.com wrote: Yeah, I'm certainly in favor of something better but for now, I settle for something working =/ Do we have 'something working' at this point? I don't see an obvious resolution in this thread. --

Re: [PULL] Build fix and an XQuartz race fix

2011-10-03 Thread Keith Packard
On Sat, 24 Sep 2011 13:23:57 -0700, Jeremy Huddleston jerem...@apple.com wrote: Jeremy Huddleston (2): Address regressions from e8ff555b95ba and d206d52f657c to work with other compilers XQuartz: Use set_front_process rather than X11ApplicationSetFrontProcess since we're

Re: [PATCH v2] Address regressions from e8ff555b95baab66cc7d060c1e7f9fdd49d3802f

2011-10-03 Thread Jeremy Huddleston
It's in my [PULL] request. http://cgit.freedesktop.org/~jeremyhu/xserver/commit/?h=for-keithid=206b30ebc608d29a91cc18665d89e887cac4dba3 On Oct 3, 2011, at 11:43, Keith Packard wrote: On Thu, 22 Sep 2011 21:55:34 -0700, Jeremy Huddleston jerem...@apple.com wrote: Yeah, I'm certainly in

Re: [PATCH] kdrive: Fix build for opaque InputOption structure.

2011-10-03 Thread Keith Packard
On Mon, 26 Sep 2011 22:38:44 -0700, Jamey Sharp ja...@minilop.net wrote: Commit 05284a03f9002b03a66ae355b34790ec02b726f0 missed fixing up kdrive's use of the old non-opaque structure. Merged. 9a55b36..77743f8 master - master -- keith.pack...@intel.com pgp2uRXPwHjCv.pgp Description: PGP

Re: [PATCH xserver] autoconf: autoreconf of xserver produces warnings #38185

2011-10-03 Thread Keith Packard
On Tue, 27 Sep 2011 09:39:46 -0400, Gaetan Nadon mems...@videotron.ca wrote: From: Christopher Yeleighton giecr...@stegny.2a.pl I had a local patch for exactly this issue which I've pushed. -- keith.pack...@intel.com pgpieaaK3RKW1.pgp Description: PGP signature

Re: [PATCH] udev: make use of udev_enumerate_add_match_tag() only when it is available

2011-10-03 Thread Keith Packard
On Tue, 27 Sep 2011 18:04:06 +0100, Dave Airlie airl...@gmail.com wrote: From: Lennart Poettering lenn...@poettering.net udev_enumerate_add_match_tag() and udev_monitor_filter_add_match_tag() are mostly optimizations, hence simply skip these calls if they are not available in the installed

Re: [PULL] build fix, GC clipping cleanup

2011-10-03 Thread Keith Packard
On Wed, 28 Sep 2011 13:57:27 -0700, Jamey Sharp ja...@minilop.net wrote: Non-text part: multipart/signed Hi Keith! Here's some reviewed code deletion (hooray!) and the fix to make kdrive build again after the last pull. There was a comment requesting that FreePixmap be renamed

Re: [PATCH v2 xserver 2/2] Xinput: use appropriate copyright markup for a multi licensed doc

2011-10-03 Thread Keith Packard
On Thu, 29 Sep 2011 07:53:16 -0400, Gaetan Nadon mems...@videotron.ca wrote: Removed a duplicate paragraph. Both of these are merged. fad04dd..2f09f6e master - master -- keith.pack...@intel.com pgp2omqgSp1UV.pgp Description: PGP signature ___

Re: [PATCH xserver 3/3] ddxDesign: drop the url in the coporate authors list

2011-10-03 Thread Keith Packard
On Fri, 30 Sep 2011 07:16:34 -0400, Gaetan Nadon mems...@videotron.ca wrote: It was such an eyesore once rendered in html. Now it looks like other authors. These three patches have been merged. 2f09f6e..ee3e260 master - master -- keith.pack...@intel.com pgp15hl1ELkq9.pgp Description:

Re: [PATCH xserver 3/3] Xserver-spec: use appropriate copyright markup

2011-10-03 Thread Keith Packard
On Fri, 30 Sep 2011 07:21:57 -0400, Gaetan Nadon mems...@videotron.ca wrote: Use docbook copyright markup for year and holder. These three have been merged. ee3e260..466e4b3 master - master -- keith.pack...@intel.com pgpIgRVpdLRds.pgp Description: PGP signature

Re: [PATCH libXi] 1UL may be 4 bytes, force to 1ULL

2011-10-03 Thread Peter Hutterer
On Sun, Oct 02, 2011 at 10:06:55PM -0700, Jeremy Huddleston wrote: On Oct 2, 2011, at 16:30, Peter Hutterer wrote: On Sun, Oct 02, 2011 at 10:52:03AM -0700, Jamey Sharp wrote: On 10/2/11, Daniel Stone dan...@fooishbar.org wrote: On 2 October 2011 09:19, Jeremy Huddleston

Re: [PULL] some cleanups

2011-10-03 Thread Keith Packard
On Sun, 2 Oct 2011 18:34:57 +0600, Alexandr Shadchin alexandr.shadc...@gmail.com wrote: g...@github.com:Koba/xserver.git reviewed Please provide a git:// URL so we don't have to manually rewrite it. Alexandr Shadchin (8): bsd: Remove unused macros KBD_FD bsd: Replacement

Re: [PULL] sdksyms.sh may not be executable.

2011-10-03 Thread Keith Packard
On Sat, 1 Oct 2011 17:43:22 +0200, Matthieu Herrb matthieu.he...@laas.fr wrote: Add a 'wscons' autoconf mechanism to configure input devices on BSD. (2011-09-30 10:10:32 +0200) sdksyms.sh may not be executable. (2011-10-01 17:35:19 +0200) These two patches have been merged.

Re: [PULL] build fix, GC clipping cleanup

2011-10-03 Thread Jamey Sharp
On Mon, Oct 03, 2011 at 12:01:23PM -0700, Keith Packard wrote: On Wed, 28 Sep 2011 13:57:27 -0700, Jamey Sharp ja...@minilop.net wrote: Hi Keith! Here's some reviewed code deletion (hooray!) and the fix to make kdrive build again after the last pull. There was a comment requesting that

[PATCH keyboard] man: link to xkeyboard-config(7) (#14494)

2011-10-03 Thread Peter Hutterer
X.Org Bug 14494 http://bugs.freedesktop.org/show_bug.cgi?id=14494 Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- man/kbd.man |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/man/kbd.man b/man/kbd.man index 3d6bf21..c8d70cc 100644 --- a/man/kbd.man +++

Re: [PATCH keyboard] man: link to xkeyboard-config(7) (#14494)

2011-10-03 Thread Gaetan Nadon
On Tue, 2011-10-04 at 09:16 +1000, Peter Hutterer wrote: X.Org Bug 14494 http://bugs.freedesktop.org/show_bug.cgi?id=14494 Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- man/kbd.man |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/man/kbd.man

Re: [PATCH 1/3] Have FreePixmap call screen hooks, not the other way around.

2011-10-03 Thread Jeremy Huddleston
On Oct 3, 2011, at 4:16 PM, Jamey Sharp wrote: On Mon, Oct 03, 2011 at 12:03:33PM +0200, Michel Dänzer wrote: On Sam, 2011-10-01 at 23:08 -0700, Jamey Sharp wrote: In the process, move reference counting into FreePixmap instead of doing it inconsistently in the various screen hooks. I

Re: [PATCH] GLAMOR: Fix the coding style problem

2011-10-03 Thread Alan Coopersmith
On 10/ 1/11 10:12 AM, zhigang gong wrote: Alan, According to your previous comments, I fixed those indentation and coding style problems except the camelCase function naming rule. Will do that soon after this patch get reviewed and committed. As the patch is too big to attach in this mail, I

[PULL] prep work for screen crossing fixes

2011-10-03 Thread Peter Hutterer
A few prep work patches for the upcoming screen crossing fixes. Nothing exciting but the screenInfo change is technically video ABI. Your choice if you want to bump it again this cycle. commit 6adc117f5f5c06568377ed4d8d1a9758b58dec71 The following changes since commit

[PATCH libXaw3d 5/5] Define call_data to 0 in NotifyScroll()

2011-10-03 Thread Guillem Jover
Fixes gcc warning: Scrollbar.c: In function 'NotifyScroll': Scrollbar.c:950:12: warning: 'call_data' may be used uninitialized in this function [-Wuninitialized] Signed-off-by: Guillem Jover guil...@hadrons.org --- src/Scrollbar.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

[PATCH libXaw3d 0/5] Warning fixes

2011-10-03 Thread Guillem Jover
Hi! Here's some changes I had laying around. regards, guillem Guillem Jover (5): Disable unused input and unput lex functions Remove unused label Only use variable t in MoveThumb() on XAW_ARROW_SCROLLBARS Use intptr_t instead of int when casting from and to XtPointer Define call_data

[PATCH libXaw3d 4/5] Use intptr_t instead of int when casting from and to XtPointer

2011-10-03 Thread Guillem Jover
Fixes gcc warnings: Scrollbar.c: In function 'NotifyScroll': Scrollbar.c:955:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Text.c: In function 'HScroll': Text.c:1274:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] Text.c:

[PATCH libXaw3d 3/5] Only use variable t in MoveThumb() on XAW_ARROW_SCROLLBARS

2011-10-03 Thread Guillem Jover
Fixes gcc warning: Scrollbar.c: In function 'MoveThumb': Scrollbar.c:1006:16: warning: variable 't' set but not used [-Wunused-but-set-variable] Signed-off-by: Guillem Jover guil...@hadrons.org --- src/Scrollbar.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git

Re: [PULL] prep work for screen crossing fixes

2011-10-03 Thread Keith Packard
On Tue, 4 Oct 2011 13:26:35 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: Non-text part: multipart/signed Store desktop dimensions in screenInfo. Do we need the minimum x/y of the desktop too? -- keith.pack...@intel.com pgp4u1l5e5huc.pgp Description: PGP signature

Re: [PATCH keyboard] man: link to xkeyboard-config(7) (#14494)

2011-10-03 Thread Alan Coopersmith
On 10/ 3/11 04:16 PM, Peter Hutterer wrote: X.Org Bug 14494http://bugs.freedesktop.org/show_bug.cgi?id=14494 Signed-off-by: Peter Huttererpeter.hutte...@who-t.net Looks good to me - pushed: To ssh://git.freedesktop.org/git/xorg/driver/xf86-input-keyboard 20beb15..45f9f45 master - master

Re: [PULL] prep work for screen crossing fixes

2011-10-03 Thread Peter Hutterer
On Mon, Oct 03, 2011 at 09:02:19PM -0700, Keith Packard wrote: On Tue, 4 Oct 2011 13:26:35 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: Non-text part: multipart/signed Store desktop dimensions in screenInfo. Do we need the minimum x/y of the desktop too? is it ever other

Re: [PULL] prep work for screen crossing fixes

2011-10-03 Thread Jamey Sharp
On Tue, Oct 04, 2011 at 02:15:53PM +1000, Peter Hutterer wrote: On Mon, Oct 03, 2011 at 09:02:19PM -0700, Keith Packard wrote: On Tue, 4 Oct 2011 13:26:35 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: Non-text part: multipart/signed Store desktop dimensions in

[PATCH 00/12] Multihead screen crossing fixes

2011-10-03 Thread Peter Hutterer
This is another attempt at the screen crossing fixes that I sent out last month. The basic goal was to make switching between ScreenRecs work for absolute devices. Which turned out tricky and the best solution I came up with was to unify multiscreen pointer behaviour between RandR and Xinerama -

[PATCH 02/12] dix: fix missing verb in comment

2011-10-03 Thread Peter Hutterer
Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- dix/getevents.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dix/getevents.c b/dix/getevents.c index f3026a3..9f513d0 100644 --- a/dix/getevents.c +++ b/dix/getevents.c @@ -760,8 +760,9 @@

[PATCH 03/12] dix: rename moveAbsolute to clipAbsolute

2011-10-03 Thread Peter Hutterer
Let's be honest about what it does. moveRelative accumulates delta _and_ clips in some cases, so that one can keep it's name. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- dix/getevents.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dix/getevents.c

[PATCH 04/12] dix: moveRelative modifies parameter in-place, say so.

2011-10-03 Thread Peter Hutterer
Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- dix/getevents.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dix/getevents.c b/dix/getevents.c index 772466c..6d516dc 100644 --- a/dix/getevents.c +++ b/dix/getevents.c @@ -713,7 +713,7 @@

[PATCH 05/12] dix: don't allow keyboard devices to submit motion or button events.

2011-10-03 Thread Peter Hutterer
GPE unconditionally dereferences pDev-valuator if a mask is present. This shouldn't really happen but if it does, don't crash, just ignore the events with an error. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- dix/getevents.c | 10 ++ 1 files changed, 10 insertions(+), 0

[PATCH 06/12] xfree86: remove xf86XInputSetScreen

2011-10-03 Thread Peter Hutterer
Keeping track of which screen the pointer within the input driver is obsolete now. To bind to a screen, use the transformation matrix instead. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- hw/xfree86/common/xf86Xinput.c | 19 --- hw/xfree86/common/xf86Xinput.h |

[PATCH 07/12] dix: move screen- to device coordinate scaling to separate function

2011-10-03 Thread Peter Hutterer
No functional changes. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- dix/getevents.c | 50 -- 1 files changed, 32 insertions(+), 18 deletions(-) diff --git a/dix/getevents.c b/dix/getevents.c index 87441fc..c52a516 100644 ---

[PATCH 08/12] dix: drop screen argument from positionSprite

2011-10-03 Thread Peter Hutterer
We can just get this in the function, no effective functional changes. Also return the screen to the caller. Though we don't use it yet, we will in a follow-up patch. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- dix/getevents.c | 13 +++-- 1 files changed, 7

[PATCH 09/12] mi: return the screen from miPointerSetPosition

2011-10-03 Thread Peter Hutterer
miPointerSetPosition may switch screens. Always return the screen the sprite is on instead of relying on callers to call miPointerGetScreen(). Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- dix/getevents.c |3 +-- mi/mipointer.c | 14 +++--- mi/mipointer.h |2 +-

[PATCH 10/12] mi: switch miPointerSetPosition to take doubles

2011-10-03 Thread Peter Hutterer
Don't switch between doubles and ints in the caller, instead take doubles in miPointerSetPosition and do the conversion there. For full feature we should change everything down from here for doubles too. Functional change: previously we'd restore the remainder regardless of screen

[PATCH 11/12] dix: move MD last.valuator update into fill_pointer_events

2011-10-03 Thread Peter Hutterer
Don't update the MD where it's not expected, positionSprite should really just do that - position the sprite. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- dix/getevents.c | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/dix/getevents.c

[PATCH 12/12] input: change pointer screen crossing behaviour for multiple ScreenRecs

2011-10-03 Thread Peter Hutterer
miPointerSetPosition traditionally took coordinates on a per-screen basis, triggering a screen switch when these went out-of-bounds. For absolute devices, this prevented screen crossing in the negative x/y direction. This patch changes the event generation patch to handle screen coordinates in a

Re: [PULL] prep work for screen crossing fixes

2011-10-03 Thread Peter Hutterer
On Mon, Oct 03, 2011 at 10:02:28PM -0700, Jamey Sharp wrote: On Tue, Oct 04, 2011 at 02:15:53PM +1000, Peter Hutterer wrote: On Mon, Oct 03, 2011 at 09:02:19PM -0700, Keith Packard wrote: On Tue, 4 Oct 2011 13:26:35 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: Non-text part:

Re: [PATCH 00/12] Multihead screen crossing fixes

2011-10-03 Thread Jamey Sharp
For patches 1 through 9: Reviewed-by: Jamey Sharp ja...@minilop.net For patch 10 on, I had to call a lifeguard to rescue me from drowning in input semantics. I like the sound of unify multiscreen pointer behaviour between RandR and Xinerama though. :-) Jamey On Tue, Oct 04, 2011 at 03:23:56PM

Re: [PULL] prep work for screen crossing fixes

2011-10-03 Thread Jamey Sharp
On Tue, Oct 04, 2011 at 03:35:41PM +1000, Peter Hutterer wrote: On Mon, Oct 03, 2011 at 10:02:28PM -0700, Jamey Sharp wrote: On Tue, Oct 04, 2011 at 02:15:53PM +1000, Peter Hutterer wrote: On Mon, Oct 03, 2011 at 09:02:19PM -0700, Keith Packard wrote: On Tue, 4 Oct 2011 13:26:35 +1000,