diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index 6b97a7d1615..fa837e6a4c0 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -3232,7 +3232,7 @@ This function is an internal primitive--use `make-frame' instead.") | |||
| 3232 | 3232 | ||
| 3233 | if (!NILP (parent)) | 3233 | if (!NILP (parent)) |
| 3234 | { | 3234 | { |
| 3235 | f->output_data.x->parent_desc = parent; | 3235 | f->output_data.x->parent_desc = (Window) XINT (parent); |
| 3236 | f->output_data.x->explicit_parent = 1; | 3236 | f->output_data.x->explicit_parent = 1; |
| 3237 | } | 3237 | } |
| 3238 | else | 3238 | else |