that it doesn't become "tooltip". The specbind is enough.
2005-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
- * xfns.c (Fx_create_frame): Removed setting of Vx_resource_name so
- that it doesn't become "tooltip". The specbind is enough.
+ * xfns.c (x_create_tip_frame): Removed setting of Vx_resource_name so
+ that it doesn't become "tooltip". The specbind is enough.
* xrdb.c (x_load_resources): Use different char *helv when I18N
is present.
check_x ();
- /* Use this general default value to start with until we know if
- this frame has a specified name. */
- Vx_resource_name = Vinvocation_name;
#ifdef MULTI_KBOARD
kb = dpyinfo->kboard;
&& !EQ (name, Qunbound)
&& !NILP (name))
error ("Invalid frame name--not a string or nil");
- Vx_resource_name = name;
frame = Qnil;
GCPRO3 (parms, name, frame);