diff options
| author | Fred Pierresteguy | 1994-04-08 15:58:23 +0000 |
|---|---|---|
| committer | Fred Pierresteguy | 1994-04-08 15:58:23 +0000 |
| commit | 6bfbdaebce2e0a17f696662460c6ed45eb36ae76 (patch) | |
| tree | 7bf619b85d498e9eb97fcda714523129afaa01d5 /src/xterm.h | |
| parent | 27ead1d5ebaa13870018c51b36264d7c334c6bff (diff) | |
| download | emacs-6bfbdaebce2e0a17f696662460c6ed45eb36ae76.tar.gz emacs-6bfbdaebce2e0a17f696662460c6ed45eb36ae76.zip | |
(cross_cursor): New field for struct x_display.
Diffstat (limited to 'src/xterm.h')
| -rw-r--r-- | src/xterm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h index 8ee126816d6..a643712e92f 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -321,6 +321,7 @@ struct x_display | |||
| 321 | Cursor text_cursor; | 321 | Cursor text_cursor; |
| 322 | Cursor nontext_cursor; | 322 | Cursor nontext_cursor; |
| 323 | Cursor modeline_cursor; | 323 | Cursor modeline_cursor; |
| 324 | Cursor cross_cursor; | ||
| 324 | #else | 325 | #else |
| 325 | Cursor cursor; | 326 | Cursor cursor; |
| 326 | #endif | 327 | #endif |