emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master 7f9335f91d: Implement _NET_WM_USER_TIME protocol


From: Andreas Schwab
Subject: Re: master 7f9335f91d: Implement _NET_WM_USER_TIME protocol
Date: Wed, 09 Feb 2022 17:24:46 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

On Feb 09 2022, Po Lu via Mailing list for Emacs changes wrote:

> +void
> +x_display_set_last_user_time (struct x_display_info *dpyinfo, Time time)
> +{
> +  struct frame *focus_frame = dpyinfo->x_focus_frame;
> +
> +#ifdef ENABLE_CHECKING
> +  eassert (t <= X_ULONG_MAX);
> +#endif

../../emacs/src/xterm.c: In function ‘x_display_set_last_user_time’:
../../emacs/src/xterm.c:2228:12: error: ‘t’ undeclared (first use in this 
function); did you mean ‘it’?
   eassert (t <= X_ULONG_MAX);
            ^

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]