aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h1
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