summaryrefslogtreecommitdiff
path: root/src/xterm.h
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-08-03 16:34:33 -0400
committerGlenn Morris <rgm@gnu.org>2014-08-03 16:34:33 -0400
commit3cc0c06094c8731c9e15536fefd3382d8ca1eba0 (patch)
tree3e6011e46b620c73efdccacf932bdc3565488655 /src/xterm.h
parent308cc448e5d6ffd44c7ff366a99d34bbfb0e8c4d (diff)
parenta270fa7cf82cb23c6dcd84aab7f2c178ac0cca55 (diff)
downloademacs-3cc0c06094c8731c9e15536fefd3382d8ca1eba0.tar.gz
Merge from emacs-24; up to 2014-06-27T16:27:08Z!rgm@gnu.org
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 3e92ebd2317..c8673123611 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -138,6 +138,9 @@ struct x_display_info
/* This says how to access this display in Xlib. */
Display *display;
+ /* A connection number (file descriptor) for the display. */
+ int connection;
+
/* This is a cons cell of the form (NAME . FONT-LIST-CACHE). */
Lisp_Object name_list_element;