mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
(x_create_tip_frame): Set window_system.
This commit is contained in:
parent
89378b5abd
commit
696758702f
1 changed files with 2 additions and 0 deletions
|
|
@ -7428,6 +7428,8 @@ x_create_tip_frame (dpyinfo, parms, text)
|
|||
Qnil));
|
||||
}
|
||||
|
||||
Fmodify_frame_parameters (frame, Fcons (Fcons (Qwindow_system, Qw32), Qnil));
|
||||
|
||||
f->no_split = 1;
|
||||
|
||||
UNGCPRO;
|
||||
|
|
|
|||
Loading…
Reference in a new issue