mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
Fix the no toolkit build.
* src/xfns.c (x_window): Use n_planes instead of CopyFromParent for depth.
This commit is contained in:
parent
7b13737055
commit
2f32333cff
1 changed files with 1 additions and 1 deletions
|
|
@ -3780,7 +3780,7 @@ x_window (struct frame *f)
|
|||
f->top_pos,
|
||||
FRAME_PIXEL_WIDTH (f), FRAME_PIXEL_HEIGHT (f),
|
||||
f->border_width,
|
||||
CopyFromParent, /* depth */
|
||||
FRAME_DISPLAY_INFO (f)->n_planes, /* depth */
|
||||
InputOutput, /* class */
|
||||
FRAME_X_VISUAL (f),
|
||||
attribute_mask, &attributes);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue