The path substitution in mkfontdir script can be done at configuration
time using Autoconf. This is an alternative to using sed and requires
less Makefile work.
Signed-off-by: Gaetan Nadon
---
Makefile.am |7 ---
configure.ac |5 ++---
mkfontdir.cpp |3 ---
mkfontdir.in |
On Fri, 2011-01-21 at 18:30 -0800, Alan Coopersmith wrote:
> > index 3090eab..102d71d 100644
> > --- a/configure.ac
> > +++ b/configure.ac
> > @@ -36,9 +36,8 @@ m4_ifndef([XORG_MACROS_VERSION],
> > XORG_MACROS_VERSION(1.8)
> > XORG_DEFAULT_OPTIONS
> >
> > -AC_SUBST([bindir])
> > -
> > AC_CONF
> index 3090eab..102d71d 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -36,9 +36,8 @@ m4_ifndef([XORG_MACROS_VERSION],
> XORG_MACROS_VERSION(1.8)
> XORG_DEFAULT_OPTIONS
>
> -AC_SUBST([bindir])
> -
> AC_CONFIG_FILES([
> Makefile
> - man/Makefile])
> + man/Makefile
> +
The path substitution in x11perfcomp script can be done at configuration
time using Autoconf. This is an alternative to using sed and requires
less Makefile work.
Signed-off-by: Gaetan Nadon
---
Change: don't clean x11perfcomp generated script now that it is done at
config time.
Makefi
The path substitution in mkfontdir script can be done at configuration
time using Autoconf. This is an alternative to using sed and requires
less Makefile work.
Signed-off-by: Gaetan Nadon
---
Makefile.am |7 ---
configure.ac |5 ++---
mkfontdir.cpp |3 ---
mkfontdir.in |
Reviewed-by: Eamon Walsh
This should go as a bugfix on release branches; I'll take care of that after it
goes in. Thanks!
On 01/20/2011 11:01 PM, Adam Jackson wrote:
> M_DRAWABLE_PIXMAP is the lookup mask to dixLookupDrawable, and _not_ the
> type value in the drawable itself.
>
> Signed-off-
On 01/21/11 03:09 PM, Matt Dew wrote:
> Has anyone had trouble building the libX11 documentation?
> The HTML docs build and install fine, but the pdf docs do not.
>
> Other pdf docs build fine. bigreqsproto for example, builds ok.
>
> I see this:
> ...
> checking for fop... /usr/bin/fop
> ...
>
Has anyone had trouble building the libX11 documentation?
The HTML docs build and install fine, but the pdf docs do not.
Other pdf docs build fine. bigreqsproto for example, builds ok.
I see this:
...
checking for fop... /usr/bin/fop
...
for the other modules I build, but not for libX11. I'm
You're right. This was caused by a sloppy fix by me for another problem.
I'll revert that fix tomorrow and try to find a correct fix for that
problem.
/Thomas
On 01/21/2011 10:57 PM, Gaetan Nadon wrote:
On Fri, 2011-01-21 at 20:07 +0100, Cyril Brulebois wrote:
HAVE_LIBDRM comes from confi
On Fri, 2011-01-21 at 20:07 +0100, Cyril Brulebois wrote:
> HAVE_LIBDRM comes from config.h, so include it first.
>
> With CFLAGS="-Wall -Werror", the build fails with:
> | CC vmware_drv_la-vmwaremodule.lo
> | cc1: warnings being treated as errors
> | vmwaremodule.c: In function ‘vmware_che
On Fri, 2011-01-21 at 17:34 +0100, Julien Cristau wrote:
> On Fri, Jan 21, 2011 at 08:31:23 -0500, Gaetan Nadon wrote:
>
> > The path substitution in x11perfcomp script can be done at configuration
> > time using Autoconf. This is an alternative to using sed and requires
> > less Makefile work.
>
HAVE_LIBDRM comes from config.h, so include it first.
With CFLAGS="-Wall -Werror", the build fails with:
| CC vmware_drv_la-vmwaremodule.lo
| cc1: warnings being treated as errors
| vmwaremodule.c: In function ‘vmware_check_kernel_module’:
| vmwaremodule.c:100: error: implicit declaration of
On Fri, Jan 21, 2011 at 08:31:23 -0500, Gaetan Nadon wrote:
> The path substitution in x11perfcomp script can be done at configuration
> time using Autoconf. This is an alternative to using sed and requires
> less Makefile work.
>
> Signed-off-by: Gaetan Nadon
> ---
> Makefile.am| 14 +---
When XkbChangeEnabledControls is called to disable key repetition of a
certain key (or keys), currently ongoing repetition of that key was
not cancelled. It was cancelled if ChangeKeyboardControl was used to
disable key repetition globally.
Reviewed-by: Rami Ylimäki
---
xkb/xkb.c |7 ++-
The path substitution in x11perfcomp script can be done at configuration
time using Autoconf. This is an alternative to using sed and requires
less Makefile work.
Signed-off-by: Gaetan Nadon
---
Makefile.am| 14 +--
configure.ac |6 +++-
x11pcomp.cpp | 103
On Fri, Jan 21, 2011 at 10:11:41AM +0200, Erkki Seppälä wrote:
> When XkbChangeEnabledControls is called to disable key repetition of a
> certain key (or keys), currently ongoing repetition of that key was
> not cancelled. It was cancelled if ChangeKeyboardControl was used to
> disable key repetiti
> This is really problematic when launching applications that rely on
> evdev to work:
> you click with the mouse emulation on your icon to launch the program
> (one finger), and you start using your application with one finger
> only (opening of a file for instance) -> you are in an unstable case
On Fri, Jan 21, 2011 at 10:15:19AM +0100, Henrik Rydberg wrote:
> > This is really problematic when launching applications that rely on
> > evdev to work:
> > you click with the mouse emulation on your icon to launch the program
> > (one finger), and you start using your application with one finger
From: Michel Dänzer
RandR doesn't seem to deal with pseudocolour at all, so without this the
pseudocolour palette never gets loaded to the hardware.
v2: Move logic into xf86_crtc_supports_gamma().
Signed-off-by: Michel Dänzer
---
hw/xfree86/modes/xf86Crtc.c |4
1 files changed, 4 ins
Hi,
if the TrackingID is stable during the touch, the MT_SLOT is stable
*between* the touches:
if you put one finger on the surface, you get the slot 0. Then you
release. Then you touch one finger again, and protocol B does not send
the slot value.
This is really problematic when launching appli
When XkbChangeEnabledControls is called to disable key repetition of a
certain key (or keys), currently ongoing repetition of that key was
not cancelled. It was cancelled if ChangeKeyboardControl was used to
disable key repetition globally.
Signed-off-by: Erkki Seppälä
---
xkb/xkb.c | 12 +
21 matches
Mail list logo