Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
042c33d3
Commit
042c33d3
authored
Feb 23, 2002
by
Pavel Janík
Browse files
(enter_timestamp): Put in #if 0 to prevent warning.
parent
aa228938
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
src/ChangeLog
src/ChangeLog
+7
-0
src/xterm.c
src/xterm.c
+2
-0
No files found.
src/ChangeLog
View file @
042c33d3
2002-02-23 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* w32term.c (enter_timestamp): Remove unused static variable to
prevent warning.
* xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
* w16select.c (Fw16_get_clipboard_data): Fix last change.
...
...
src/xterm.c
View file @
042c33d3
...
...
@@ -9881,11 +9881,13 @@ x_stop_queuing_selection_requests (display)
/* 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_
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment