]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_create_tip_frame): Set window_system.
authorJason Rumney <jasonr@gnu.org>
Thu, 17 May 2007 14:19:43 +0000 (14:19 +0000)
committerJason Rumney <jasonr@gnu.org>
Thu, 17 May 2007 14:19:43 +0000 (14:19 +0000)
src/w32fns.c

index 0dbe2131e7faad5fd4c5655b24b7fb7f533ace5f..597eea05fbeede0a0b55c909431f030ec3dc6337 100644 (file)
@@ -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;