From 9d5361248cce03ff651062740aef4debfc3ab40a Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 6 Apr 2001 16:59:10 +0000 Subject: [PATCH] (FRAME_X_SCREEN_NUMBER): New macro. --- src/xterm.h | 1 + 1 file changed, 1 insertion(+) 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 /* This is the `Screen *' which frame F is on. */ #define FRAME_X_SCREEN(f) (FRAME_X_DISPLAY_INFO (f)->screen) +#define FRAME_X_SCREEN_NUMBER(f) XScreenNumberOfScreen (FRAME_X_SCREEN (f)) /* This is the Visual which frame F is on. */ #define FRAME_X_VISUAL(f) FRAME_X_DISPLAY_INFO (f)->visual -- 2.39.2