mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-05-05 12:53:49 -07:00
(FRAME_X_SCREEN_NUMBER): New macro.
This commit is contained in:
parent
ab452f9902
commit
9d5361248c
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue