From 696758702fa8eae3cfa46859cc260398b15d71bd Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Thu, 17 May 2007 14:19:43 +0000 Subject: [PATCH] (x_create_tip_frame): Set window_system. --- src/w32fns.c | 2 ++ 1 file changed, 2 insertions(+) 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) Qnil)); } + Fmodify_frame_parameters (frame, Fcons (Fcons (Qwindow_system, Qw32), Qnil)); + f->no_split = 1; UNGCPRO; -- 2.39.5