diff options
Diffstat (limited to 'src/xterm.h')
-rw-r--r-- | src/xterm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h index 3e79d46702c..50df88cb592 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -198,6 +198,10 @@ struct x_display_info mouse-face. */ Mouse_HLInfo mouse_highlight; + /* Logical identifier of this display. */ + unsigned x_id; + + /* Default name for all frames on this display. */ char *x_id_name; /* The number of fonts opened for this display. */ |