comparison src/w32fns.c @ 87478:585596662817

Make copy of frame parameters because the original parameters are in pure storage now.
author Martin Rudalics <rudalics@gmx.at>
date Sat, 29 Dec 2007 19:20:04 +0000
parents cdd30283527d
children 107ccd98fa12 c938ab6810a4
comparison
equal deleted inserted replaced
87477:b5060e79eb98 87478:585596662817
4164 Lisp_Object parent; 4164 Lisp_Object parent;
4165 struct kboard *kb; 4165 struct kboard *kb;
4166 4166
4167 check_w32 (); 4167 check_w32 ();
4168 4168
4169 /* Make copy of frame parameters because the original is in pure
4170 storage now. */
4171 parameters = Fcopy_alist (parameters);
4172
4169 /* Use this general default value to start with 4173 /* Use this general default value to start with
4170 until we know if this frame has a specified name. */ 4174 until we know if this frame has a specified name. */
4171 Vx_resource_name = Vinvocation_name; 4175 Vx_resource_name = Vinvocation_name;
4172 4176
4173 display = w32_get_arg (parameters, Qdisplay, 0, 0, RES_TYPE_STRING); 4177 display = w32_get_arg (parameters, Qdisplay, 0, 0, RES_TYPE_STRING);