diff options
| author | Gerd Moellmann | 2001-04-06 16:59:10 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-04-06 16:59:10 +0000 |
| commit | 9d5361248cce03ff651062740aef4debfc3ab40a (patch) | |
| tree | 48ee0bb2376483d65099fdb9741c9aaf557952c8 /src | |
| parent | ab452f99021b64a0bd17944cf699a3ff7faea43c (diff) | |
| download | emacs-9d5361248cce03ff651062740aef4debfc3ab40a.tar.gz emacs-9d5361248cce03ff651062740aef4debfc3ab40a.zip | |
(FRAME_X_SCREEN_NUMBER): New macro.
Diffstat (limited to 'src')
| -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 a4fd17ff9c7..9751619dd18 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -611,6 +611,7 @@ struct x_output | |||
| 611 | 611 | ||
| 612 | /* This is the `Screen *' which frame F is on. */ | 612 | /* This is the `Screen *' which frame F is on. */ |
| 613 | #define FRAME_X_SCREEN(f) (FRAME_X_DISPLAY_INFO (f)->screen) | 613 | #define FRAME_X_SCREEN(f) (FRAME_X_DISPLAY_INFO (f)->screen) |
| 614 | #define FRAME_X_SCREEN_NUMBER(f) XScreenNumberOfScreen (FRAME_X_SCREEN (f)) | ||
| 614 | 615 | ||
| 615 | /* This is the Visual which frame F is on. */ | 616 | /* This is the Visual which frame F is on. */ |
| 616 | #define FRAME_X_VISUAL(f) FRAME_X_DISPLAY_INFO (f)->visual | 617 | #define FRAME_X_VISUAL(f) FRAME_X_DISPLAY_INFO (f)->visual |