diff options
Diffstat (limited to 'src/xterm.h')
| -rw-r--r-- | src/xterm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xterm.h b/src/xterm.h index 1b90b6d8ff4..c44978d5386 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -254,7 +254,7 @@ struct x_display_info | |||
| 254 | Atom Xatom_CLIPBOARD, Xatom_TIMESTAMP, Xatom_TEXT, Xatom_DELETE, | 254 | Atom Xatom_CLIPBOARD, Xatom_TIMESTAMP, Xatom_TEXT, Xatom_DELETE, |
| 255 | Xatom_COMPOUND_TEXT, Xatom_UTF8_STRING, | 255 | Xatom_COMPOUND_TEXT, Xatom_UTF8_STRING, |
| 256 | Xatom_MULTIPLE, Xatom_INCR, Xatom_EMACS_TMP, Xatom_TARGETS, Xatom_NULL, | 256 | Xatom_MULTIPLE, Xatom_INCR, Xatom_EMACS_TMP, Xatom_TARGETS, Xatom_NULL, |
| 257 | Xatom_ATOM_PAIR; | 257 | Xatom_ATOM, Xatom_ATOM_PAIR, Xatom_CLIPBOARD_MANAGER; |
| 258 | 258 | ||
| 259 | /* More atoms for font properties. The last three are private | 259 | /* More atoms for font properties. The last three are private |
| 260 | properties, see the comments in src/fontset.h. */ | 260 | properties, see the comments in src/fontset.h. */ |
| @@ -1027,7 +1027,7 @@ extern Lisp_Object x_property_data_to_lisp (struct frame *, | |||
| 1027 | 1027 | ||
| 1028 | /* Defined in xfns.c */ | 1028 | /* Defined in xfns.c */ |
| 1029 | 1029 | ||
| 1030 | extern struct x_display_info * check_x_display_info (Lisp_Object frame); | 1030 | extern struct x_display_info * check_x_display_info (Lisp_Object); |
| 1031 | extern Lisp_Object x_get_focus_frame (struct frame *); | 1031 | extern Lisp_Object x_get_focus_frame (struct frame *); |
| 1032 | 1032 | ||
| 1033 | #ifdef USE_GTK | 1033 | #ifdef USE_GTK |