diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h index 4422dd274c2..2f71f644217 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -317,7 +317,7 @@ struct x_display_info | |||
| 317 | 317 | ||
| 318 | /* More atoms for font properties. The last three are private | 318 | /* More atoms for font properties. The last three are private |
| 319 | properties, see the comments in src/fontset.h. */ | 319 | properties, see the comments in src/fontset.h. */ |
| 320 | Atom Xatom_PIXEL_SIZE, | 320 | Atom Xatom_PIXEL_SIZE, Xatom_AVERAGE_WIDTH, |
| 321 | Xatom_MULE_BASELINE_OFFSET, Xatom_MULE_RELATIVE_COMPOSE, | 321 | Xatom_MULE_BASELINE_OFFSET, Xatom_MULE_RELATIVE_COMPOSE, |
| 322 | Xatom_MULE_DEFAULT_ASCENT; | 322 | Xatom_MULE_DEFAULT_ASCENT; |
| 323 | 323 | ||