comparison src/xterm.c @ 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 493438ba5e2c
children 44b1361176db 0e981bfea920
comparison
equal deleted inserted replaced
43478:6b55f979d4ed 43479:4cedb4e5510e
9879 x_unqueue_events (display); 9879 x_unqueue_events (display);
9880 } 9880 }
9881 9881
9882 /* The main X event-reading loop - XTread_socket. */ 9882 /* The main X event-reading loop - XTread_socket. */
9883 9883
9884 #if 0
9884 /* Time stamp of enter window event. This is only used by XTread_socket, 9885 /* Time stamp of enter window event. This is only used by XTread_socket,
9885 but we have to put it out here, since static variables within functions 9886 but we have to put it out here, since static variables within functions
9886 sometimes don't work. */ 9887 sometimes don't work. */
9887 9888
9888 static Time enter_timestamp; 9889 static Time enter_timestamp;
9890 #endif
9889 9891
9890 /* This holds the state XLookupString needs to implement dead keys 9892 /* This holds the state XLookupString needs to implement dead keys
9891 and other tricks known as "compose processing". _X Window System_ 9893 and other tricks known as "compose processing". _X Window System_
9892 says that a portable program can't use this, but Stephen Gildea assures 9894 says that a portable program can't use this, but Stephen Gildea assures
9893 me that letting the compiler initialize it to zeros will work okay. 9895 me that letting the compiler initialize it to zeros will work okay.