On Thu, 1 Jul 2010 13:24:02 -0600, Jonathan Corbet wrote:
> On Thu, 01 Jul 2010 16:15:58 -0300
> Fernando Carrijo wrote:
>
> > For sure the information contained in git logs don't measure how high-level
> > the
> > changes are being submitted, but it woul
Tiago Vignatti wrote:
> If I have more motivation I'll try to get some stats comparing different
> versions of the server development and maybe other modules. Also, if you are
> interested on different kind of statistics I can run more. Suggestions are
> very welcome and appreciated (for instance
balakrishnan wrote:
> Hi,
>I have used xserver-xorg-2_1.5.3-r4 package for my board. During
> touch input, I need to disable mouse cursor. How can I make the cursor
> hide?.
>In Xserver-kdrive, I did this by "-hide-cursor" option, while running
> Xfbdev. like wise any option is there to hi
Hi Jeff,
Jeff Carr wrote:
> I'm having trouble finding accurate git clone and build instructions
> on the wiki. When trying to run autoconf.sh in the xserver tree it
> complained of "error: must install xorg-macros". Is the best way to
> just go through and clone these one by one until the depend
Yan Seiner wrote:
> I'm not a git expert but this is the link that
> http://cgit.freedesktop.org/xcb/util/ shows for xcb-util:
>
> r...@mythtvrt:/home/src/xorg# git pull
> git://anongit.freedesktop.org/xcb/util
> fatal: Not a git repository
>
> I've tried various combinations of git/xcb/xcb-uti
nly constant deceleration is applied)"
> +.B " 1 device-dependent"
> +.B " 2 polynomial (polynomial function)"
> +.B " 3 smooth linear (hockey)"
> +.B " 4 simple (normal wehn slow, then accelerated)"
On Sun, 2008-11-23 at 13:55 +0100, walter harms wrote:
> hi list,
> it is possible to use 2 mice in parallel with X11.
> Is it also possible to have 2 cursors ?
> each one controlled by one of the mice ?
>
>
> re,
> wh
Hi,
The answer to all those questions is the same, and can be found right
h
On Sun, 2008-11-23 at 12:14 +, micki _ wrote:
> yes i read the following link.
> i will try to explain again:
> I am developing an X11 input driver for tablet.
> i have a problem with the double click option.
> when i double click an icon on my desktop ( To run an application)
> is sometimes
On Sun, 2008-11-23 at 06:09 +, micki _ wrote:
> What is the time period the toolkit expects for double click events.
This thread partially answers your question:
http://lists.freedesktop.org/archives/xorg/2008-March/033766.html
Kind regards,
Fernando Carr
As simple as it gets.
Fernando Carrijo.
---
dix/events.c |2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dix/events.c b/dix/events.c
index 7ec5355..c47c52a 100644
--- a/dix/events.c
+++ b/dix/events.c
@@ -5227,8 +5227,6 @@ ProcUngrabKeyboard(ClientPtr client
Argh! Strictly speaking that snippet of code was not a compound
statement at all, but this fact does not relieve it of being an issue
worth of cleaning.
Fernando Carrijo.
On Mon, 2008-11-10 at 12:29 -0200, Fernando Carrijo wrote:
> This one fixes a minor issue in dix/event
This one fixes a minor issue in dix/events.c :: ProcessKeyboardEvent()
Fernando Carrijo.
---
dix/events.c |6 +-
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/dix/events.c b/dix/events.c
index 632c0f4..7ec5355 100644
--- a/dix/events.c
+++ b/dix/events.c
@@ -3762,11
... and there are still others. XCB and libX11, to list a few!
On Sat, 2008-11-08 at 12:23 -0500, James Cloos wrote:
> >>>>> "Fernando" == Fernando Carrijo <[EMAIL PROTECTED]> writes:
>
> Fernando> This patch removes an unnecessary null statement
Hi,
This patch removes an unnecessary null statement from xserver master.
Fernando Carrijo.
diff --git a/dix/events.c b/dix/events.c
index dad786d..632c0f4 100644
--- a/dix/events.c
+++ b/dix/events.c
@@ -323,7 +323,7 @@ IsPointerDevice(DeviceIntPtr dev)
_X_EXPORT Bool
IsKeyboardDevice
Hi,
The attached patch fixes an erroneously error message in evdev master.
Fernando Carrijo.
diff --git a/src/evdev.c b/src/evdev.c
index 638831d..3051531 100644
--- a/src/evdev.c
+++ b/src/evdev.c
@@ -1118,6 +1118,6 @@ EvdevCacheCompare(InputInfoPtr pInfo, BOOL compare)
if (ioctl(pInfo
15 matches
Mail list logo