/[emacs]/emacs/src/frame.c
ViewVC logotype

Diff of /emacs/src/frame.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.292 by kfstorm, Mon Mar 31 20:33:58 2003 UTC revision 1.293 by kfstorm, Mon Mar 31 20:41:41 2003 UTC
# Line 51  Boston, MA 02111-1307, USA.  */ Line 51  Boston, MA 02111-1307, USA.  */
51  #endif  #endif
52    
53    
54    #ifdef HAVE_WINDOW_SYSTEM
55    
56  /* The name we're using in resource queries.  Most often "emacs".  */  /* The name we're using in resource queries.  Most often "emacs".  */
57    
58  Lisp_Object Vx_resource_name;  Lisp_Object Vx_resource_name;
# Line 60  Lisp_Object Vx_resource_name; Line 62  Lisp_Object Vx_resource_name;
62    
63  Lisp_Object Vx_resource_class;  Lisp_Object Vx_resource_class;
64    
65    #endif
66    
67  Lisp_Object Qframep, Qframe_live_p;  Lisp_Object Qframep, Qframe_live_p;
68  Lisp_Object Qicon, Qmodeline;  Lisp_Object Qicon, Qmodeline;
# Line 3987  syms_of_frame () Line 3990  syms_of_frame ()
3990        }        }
3991    }    }
3992    
3993    #ifdef HAVE_WINDOW_SYSTEM
3994    DEFVAR_LISP ("x-resource-name", &Vx_resource_name,    DEFVAR_LISP ("x-resource-name", &Vx_resource_name,
3995      doc: /* The name Emacs uses to look up X resources.      doc: /* The name Emacs uses to look up X resources.
3996  `x-get-resource' uses this as the first component of the instance name  `x-get-resource' uses this as the first component of the instance name
# Line 4010  Setting this variable permanently is not Line 4014  Setting this variable permanently is not
4014  but binding this variable locally around a call to `x-get-resource'  but binding this variable locally around a call to `x-get-resource'
4015  is a reasonable practice.  See also the variable `x-resource-name'.  */);  is a reasonable practice.  See also the variable `x-resource-name'.  */);
4016    Vx_resource_class = build_string (EMACS_CLASS);    Vx_resource_class = build_string (EMACS_CLASS);
4017    #endif
4018    
4019    DEFVAR_LISP ("default-frame-alist", &Vdefault_frame_alist,    DEFVAR_LISP ("default-frame-alist", &Vdefault_frame_alist,
4020                 doc: /* Alist of default values for frame creation.                 doc: /* Alist of default values for frame creation.

Legend:
Removed from v.1.292  
changed lines
  Added in v.1.293

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26