emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/src/xfaces.c
Date: Tue, 21 Jun 2005 12:14:34 -0400

Index: emacs/src/xfaces.c
diff -c emacs/src/xfaces.c:1.325 emacs/src/xfaces.c:1.326
*** emacs/src/xfaces.c:1.325    Mon Jun 20 10:45:31 2005
--- emacs/src/xfaces.c  Tue Jun 21 16:14:34 2005
***************
*** 316,324 ****
  char unspecified_fg[] = "unspecified-fg", unspecified_bg[] = "unspecified-bg";
  
  /* The name of the function to call when the background of the frame
!    has changed, frame_update_face_colors.  */
  
! Lisp_Object Qframe_update_face_colors;
  
  /* Names of basic faces.  */
  
--- 316,324 ----
  char unspecified_fg[] = "unspecified-fg", unspecified_bg[] = "unspecified-bg";
  
  /* The name of the function to call when the background of the frame
!    has changed, frame_set_background_mode.  */
  
! Lisp_Object Qframe_set_background_mode;
  
  /* Names of basic faces.  */
  
***************
*** 4509,4518 ****
        Lisp_Object frame;
  
        /* Changing the background color might change the background
!        mode, so that we have to load new defface specs.  Call
!        frame-update-face-colors to do that.  */
        XSETFRAME (frame, f);
!       call1 (Qframe_update_face_colors, frame);
  
        face = Qdefault;
        lface = lface_from_face_name (f, face, 1);
--- 4509,4518 ----
        Lisp_Object frame;
  
        /* Changing the background color might change the background
!        mode, so that we have to load new defface specs.
!        Call frame-set-background-mode to do that.  */
        XSETFRAME (frame, f);
!       call1 (Qframe_set_background_mode, frame);
  
        face = Qdefault;
        lface = lface_from_face_name (f, face, 1);
***************
*** 7887,7894 ****
    staticpro (&Qface_no_inherit);
    Qbitmap_spec_p = intern ("bitmap-spec-p");
    staticpro (&Qbitmap_spec_p);
!   Qframe_update_face_colors = intern ("frame-update-face-colors");
!   staticpro (&Qframe_update_face_colors);
  
    /* Lisp face attribute keywords.  */
    QCfamily = intern (":family");
--- 7887,7894 ----
    staticpro (&Qface_no_inherit);
    Qbitmap_spec_p = intern ("bitmap-spec-p");
    staticpro (&Qbitmap_spec_p);
!   Qframe_set_background_mode = intern ("frame-set-background-mode");
!   staticpro (&Qframe_set_background_mode);
  
    /* Lisp face attribute keywords.  */
    QCfamily = intern (":family");




reply via email to

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