emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/macterm.h


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/macterm.h
Date: Tue, 15 Mar 2005 22:29:57 -0500

Index: emacs/src/macterm.h
diff -c emacs/src/macterm.h:1.18 emacs/src/macterm.h:1.19
*** emacs/src/macterm.h:1.18    Fri Mar  4 11:11:55 2005
--- emacs/src/macterm.h Wed Mar 16 03:29:57 2005
***************
*** 355,360 ****
--- 355,366 ----
  
  #endif
  
+ #if TARGET_API_MAC_CARBON
+   /* The Mac control reference for the hourglass (progress indicator)
+      shown at the upper-right corner of the window.  */
+   ControlRef hourglass_control;
+ #endif
+ 
  #if 0
    DWORD dwStyle;
  #endif
***************
*** 573,578 ****
--- 579,588 ----
     text from glomming up against the scroll bar */
  #define VERTICAL_SCROLL_BAR_WIDTH_TRIM (0)
  
+ /* Size of hourglass controls */
+ #define HOURGLASS_WIDTH 16
+ #define HOURGLASS_HEIGHT 16
+ 
  struct frame;
  struct face;
  struct image;
***************
*** 586,594 ****
  EXFUN (Fx_display_planes, 1);
  extern void x_free_gcs P_ ((struct frame *));
  
- void activate_scroll_bars (FRAME_PTR);
- void deactivate_scroll_bars (FRAME_PTR);
- 
  /* Defined in macterm.c.  */
  
  extern void x_set_window_size P_ ((struct frame *, int, int, int));
--- 596,601 ----




reply via email to

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