emacs-devel
[Top][All Lists]
Advanced

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

Re: Renaming non-X x_* procedures in xdisp.c (and elsewhere)


From: Eli Zaretskii
Subject: Re: Renaming non-X x_* procedures in xdisp.c (and elsewhere)
Date: Sun, 31 Mar 2019 17:52:15 +0300

> From: Alex <address@hidden>
> Cc: address@hidden
> Date: Sat, 30 Mar 2019 17:27:11 -0600
> 
> >> > Not sure what you mean by "terminal hooks".  They all accept a pointer
> >> > to a frame, no?
> >> 
> >> I meant being used through a function pointer in the terminal struct
> >> rather than in the redisplay_interface struct.
> >
> > Are you talking about the arguments these functions receive now?  If
> > so, which ones specifically get terminal struct pointers?
> 
> Sorry for not being clear -- by "being terminal hooks" I meant being put
> in the definition of the terminal struct (in termhooks.h), rather than
> the redisplay_interface struct in dispextern.h. That is, being used like
> FRAME_TERMINAL (f)->some_hook rather than FRAME_RIF (f)->procedure.

I don't really mind, if using FRAME_TERMINAL doesn't mean more
complications on the source level.



reply via email to

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