emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/macfns.c
Date: Fri, 18 Oct 2002 05:58:13 -0400

Index: emacs/src/macfns.c
diff -c emacs/src/macfns.c:1.15 emacs/src/macfns.c:1.16
*** emacs/src/macfns.c:1.15     Wed Oct  2 04:28:17 2002
--- emacs/src/macfns.c  Fri Oct 18 05:57:48 2002
***************
*** 326,332 ****
    return f;
  }
  
! /* Let the user specify an display with a frame.
     nil stands for the selected frame--or, if that is not a mac frame,
     the first display on the list.  */
  
--- 326,332 ----
    return f;
  }
  
! /* Let the user specify a display with a frame.
     nil stands for the selected frame--or, if that is not a mac frame,
     the first display on the list.  */
  
***************
*** 363,369 ****
      }
  }
  
! /* Return the Emacs frame-object corresponding to an mac window.
     It could be the frame's main window or an icon window.  */
  
  /* This function can be called during GC, so use GC_xxx type test macros.  */
--- 363,369 ----
      }
  }
  
! /* Return the Emacs frame-object corresponding to a mac window.
     It could be the frame's main window or an icon window.  */
  
  /* This function can be called during GC, so use GC_xxx type test macros.  */
***************
*** 1969,1975 ****
          if (value < 0.0 || value > 1.0)
            break;
          val = (unsigned long)(0x100 * value);
!         /* We used 0x100 instead of 0xFF to give an continuous
               range between 0.0 and 1.0 inclusive.  The next statement
               fixes the 1.0 case.  */
          if (val == 0x100)
--- 1969,1975 ----
          if (value < 0.0 || value > 1.0)
            break;
          val = (unsigned long)(0x100 * value);
!         /* We used 0x100 instead of 0xFF to give a continuous
               range between 0.0 and 1.0 inclusive.  The next statement
               fixes the 1.0 case.  */
          if (val == 0x100)
***************
*** 2355,2361 ****
  
  /* Set the border-color of frame F to pixel value PIX.
     Note that this does not fully take effect if done before
!    F has an window.  */
  void
  x_set_border_pixel (f, pix)
       struct frame *f;
--- 2355,2361 ----
  
  /* Set the border-color of frame F to pixel value PIX.
     Note that this does not fully take effect if done before
!    F has a window.  */
  void
  x_set_border_pixel (f, pix)
       struct frame *f;
***************
*** 3011,3017 ****
    XWINDOW (FRAME_SELECTED_WINDOW (f))->cursor.x = 0;
  }
  
! /* Subroutines of creating an frame.  */
  
  /* Make sure that Vx_resource_name is set to a reasonable value.
     Fix it up, or set it to `emacs' if it is too hopeless.  */
--- 3011,3017 ----
    XWINDOW (FRAME_SELECTED_WINDOW (f))->cursor.x = 0;
  }
  
! /* Subroutines of creating a frame.  */
  
  /* Make sure that Vx_resource_name is set to a reasonable value.
     Fix it up, or set it to `emacs' if it is too hopeless.  */
***************
*** 9471,9477 ****
    f->height = 0;
    SET_FRAME_WIDTH (f, 0);
    change_frame_size (f, height, width, 1, 0, 0);
!   
    /* Add `tooltip' frame parameter's default value. */
    if (NILP (Fframe_parameter (frame, intern ("tooltip"))))
      Fmodify_frame_parameters (frame, Fcons (Fcons (intern ("tooltip"), Qt),
--- 9471,9477 ----
    f->height = 0;
    SET_FRAME_WIDTH (f, 0);
    change_frame_size (f, height, width, 1, 0, 0);
! 
    /* Add `tooltip' frame parameter's default value. */
    if (NILP (Fframe_parameter (frame, intern ("tooltip"))))
      Fmodify_frame_parameters (frame, Fcons (Fcons (intern ("tooltip"), Qt),




reply via email to

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