emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/frame.c


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/frame.c
Date: Mon, 31 Mar 2003 15:41:41 -0500

Index: emacs/src/frame.c
diff -c emacs/src/frame.c:1.292 emacs/src/frame.c:1.293
*** emacs/src/frame.c:1.292     Mon Mar 31 15:33:58 2003
--- emacs/src/frame.c   Mon Mar 31 15:41:41 2003
***************
*** 51,56 ****
--- 51,58 ----
  #endif
  
  
+ #ifdef HAVE_WINDOW_SYSTEM
+ 
  /* The name we're using in resource queries.  Most often "emacs".  */
  
  Lisp_Object Vx_resource_name;
***************
*** 60,65 ****
--- 62,68 ----
  
  Lisp_Object Vx_resource_class;
  
+ #endif
  
  Lisp_Object Qframep, Qframe_live_p;
  Lisp_Object Qicon, Qmodeline;
***************
*** 3987,3992 ****
--- 3990,3996 ----
        }
    }
  
+ #ifdef HAVE_WINDOW_SYSTEM
    DEFVAR_LISP ("x-resource-name", &Vx_resource_name,
      doc: /* The name Emacs uses to look up X resources.
  `x-get-resource' uses this as the first component of the instance name
***************
*** 4010,4015 ****
--- 4014,4020 ----
  but binding this variable locally around a call to `x-get-resource'
  is a reasonable practice.  See also the variable `x-resource-name'.  */);
    Vx_resource_class = build_string (EMACS_CLASS);
+ #endif
  
    DEFVAR_LISP ("default-frame-alist", &Vdefault_frame_alist,
               doc: /* Alist of default values for frame creation.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]