Mercurial > emacs
changeset 43479:4cedb4e5510e
(enter_timestamp): Put in #if 0 to prevent warning.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sat, 23 Feb 2002 16:33:00 +0000 |
parents | 6b55f979d4ed |
children | a480fc3589d1 |
files | src/xterm.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Sat Feb 23 16:28:28 2002 +0000 +++ b/src/xterm.c Sat Feb 23 16:33:00 2002 +0000 @@ -9881,11 +9881,13 @@ /* The main X event-reading loop - XTread_socket. */ +#if 0 /* Time stamp of enter window event. This is only used by XTread_socket, but we have to put it out here, since static variables within functions sometimes don't work. */ static Time enter_timestamp; +#endif /* This holds the state XLookupString needs to implement dead keys and other tricks known as "compose processing". _X Window System_