aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 2258577833a..03b746fd410 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -289,7 +289,7 @@ struct x_display_info
289 289
290 /* More atoms, which are selection types. */ 290 /* More atoms, which are selection types. */
291 Atom Xatom_CLIPBOARD, Xatom_TIMESTAMP, Xatom_TEXT, Xatom_DELETE, 291 Atom Xatom_CLIPBOARD, Xatom_TIMESTAMP, Xatom_TEXT, Xatom_DELETE,
292 Xatom_COMPOUND_TEXT, 292 Xatom_COMPOUND_TEXT, Xatom_UTF8_STRING,
293 Xatom_MULTIPLE, Xatom_INCR, Xatom_EMACS_TMP, Xatom_TARGETS, Xatom_NULL, 293 Xatom_MULTIPLE, Xatom_INCR, Xatom_EMACS_TMP, Xatom_TARGETS, Xatom_NULL,
294 Xatom_ATOM_PAIR; 294 Xatom_ATOM_PAIR;
295 295