From: Jason Rumney Date: Thu, 17 May 2007 14:19:43 +0000 (+0000) Subject: (x_create_tip_frame): Set window_system. X-Git-Tag: emacs-pretest-23.0.90~11236^2~91 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=696758702fa8eae3cfa46859cc260398b15d71bd;p=emacs.git (x_create_tip_frame): Set window_system. --- 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;