diff options
| author | Kenichi Handa | 1997-02-27 06:55:20 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-02-27 06:55:20 +0000 |
| commit | 7b341ec208ac12b90aa872d229b4bc53ec2f738e (patch) | |
| tree | 3d0c062623b984694a012510a68d1287b718a7d8 /src | |
| parent | f78798dfeb5550a8f691480b6031196149039303 (diff) | |
| download | emacs-7b341ec208ac12b90aa872d229b4bc53ec2f738e.tar.gz emacs-7b341ec208ac12b90aa872d229b4bc53ec2f738e.zip | |
(struct x_display_info): New member Xatom_MULE_DEFAULT_ASCENT.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xterm.h b/src/xterm.h index b0d9212a969..f28e170e0d2 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -263,10 +263,11 @@ struct x_display_info | |||
| 263 | Xatom_MULTIPLE, Xatom_INCR, Xatom_EMACS_TMP, Xatom_TARGETS, Xatom_NULL, | 263 | Xatom_MULTIPLE, Xatom_INCR, Xatom_EMACS_TMP, Xatom_TARGETS, Xatom_NULL, |
| 264 | Xatom_ATOM_PAIR; | 264 | Xatom_ATOM_PAIR; |
| 265 | 265 | ||
| 266 | /* More atoms for font properties. The last two are private | 266 | /* More atoms for font properties. The last three are private |
| 267 | properties, see the comments in src/fontset.h. */ | 267 | properties, see the comments in src/fontset.h. */ |
| 268 | Atom Xatom_PIXEL_SIZE, | 268 | Atom Xatom_PIXEL_SIZE, |
| 269 | Xatom_MULE_BASELINE_OFFSET, Xatom_MULE_RELATIVE_COMPOSE; | 269 | Xatom_MULE_BASELINE_OFFSET, Xatom_MULE_RELATIVE_COMPOSE, |
| 270 | Xatom_MULE_DEFAULT_ASCENT; | ||
| 270 | 271 | ||
| 271 | #ifdef MULTI_KBOARD | 272 | #ifdef MULTI_KBOARD |
| 272 | struct kboard *kboard; | 273 | struct kboard *kboard; |