changeset 83618:fe83377d2247

(x_create_tip_frame): Set window_system.
author Jason Rumney <jasonr@gnu.org>
date Thu, 17 May 2007 14:19:43 +0000
parents 9810946e31cf
children 5da6a46ddbd6
files src/w32fns.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32fns.c	Thu May 17 14:19:26 2007 +0000
+++ b/src/w32fns.c	Thu May 17 14:19:43 2007 +0000
@@ -7428,6 +7428,8 @@
 					      Qnil));
   }
 
+  Fmodify_frame_parameters (frame, Fcons (Fcons (Qwindow_system, Qw32), Qnil));
+
   f->no_split = 1;
 
   UNGCPRO;