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.h


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/frame.h
Date: Fri, 30 Nov 2001 20:14:09 -0500

Index: emacs/src/frame.h
diff -c emacs/src/frame.h:1.93 emacs/src/frame.h:1.94
*** emacs/src/frame.h:1.93      Fri Nov 16 08:02:53 2001
--- emacs/src/frame.h   Fri Nov 30 20:14:09 2001
***************
*** 354,362 ****
    int scroll_bar_pixel_width;
    int scroll_bar_cols;
  
-   /* Width of area for drawing truncation marks and overlay arrow.  */
-   int trunc_area_pixel_width, trunc_area_cols;
- 
    /* The baud rate that was used to calculate costs for this frame.  */
    int cost_calculation_baud_rate;
  
--- 354,359 ----
***************
*** 646,651 ****
--- 643,649 ----
  
  
  extern Lisp_Object Qframep, Qframe_live_p, Qicon;
+ extern Lisp_Object Qleft_fringe, Qright_fringe;
  
  extern struct frame *last_nonminibuf_frame;
  
***************
*** 729,740 ****
--- 727,741 ----
       (FRAME_WINDOW_P (F) ? FRAME_X_FRINGE_WIDTH (F) : 0)
  #define FRAME_LEFT_FRINGE_WIDTH(F) \
       (FRAME_WINDOW_P (F) ? FRAME_X_LEFT_FRINGE_WIDTH (F) : 0)
+ #define FRAME_RIGHT_FRINGE_WIDTH(F) \
+      (FRAME_WINDOW_P (F) ? FRAME_X_RIGHT_FRINGE_WIDTH (F) : 0)
       
  #else /* not HAVE_WINDOW_SYSTEM */
  
  #define FRAME_FRINGE_WIDTH(F) 0
  #define FRAME_FRINGE_COLS(F)  0
  #define FRAME_LEFT_FRINGE_WIDTH(F)  0
+ #define FRAME_RIGHT_FRINGE_WIDTH(F) 0
  
  #endif /* not HAVE_WINDOW_SYSTEM */
       



reply via email to

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