diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index 0dbe2131e7f..597eea05fbe 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -7428,6 +7428,8 @@ x_create_tip_frame (dpyinfo, parms, text) | |||
| 7428 | Qnil)); | 7428 | Qnil)); |
| 7429 | } | 7429 | } |
| 7430 | 7430 | ||
| 7431 | Fmodify_frame_parameters (frame, Fcons (Fcons (Qwindow_system, Qw32), Qnil)); | ||
| 7432 | |||
| 7431 | f->no_split = 1; | 7433 | f->no_split = 1; |
| 7432 | 7434 | ||
| 7433 | UNGCPRO; | 7435 | UNGCPRO; |