[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FACE_TTY_DEFAULT_* redefined in dispextern.h
From: |
Eli Zaretskii |
Subject: |
Re: FACE_TTY_DEFAULT_* redefined in dispextern.h |
Date: |
Fri, 08 Dec 2006 19:16:49 +0200 |
> Date: Mon, 04 Dec 2006 11:52:35 +0100
> From: Francesco Potorti` <address@hidden>
> Cc: address@hidden
> >
> >I think we should instead redefine PIX_TYPE in this fragment of
> >frame.h to be unsigned long instead of int:
> >
> > #if !defined(MSDOS) && !defined(WINDOWSNT) && !defined(MAC_OS)
> >
> > #if !defined(HAVE_X_WINDOWS)
> >
> > #define PIX_TYPE int
> >
> >Could you please see if such a change fixes your problems?
>
> I defined PIX_TYPE to be unsigned long rather than int: now no warnings
> are elicited while compiling dispnew.c and the compilation process
> completes without errors.
Thanks, I installed that change now.