# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1110943797 0 # Node ID d76335457c6a0c8f5c3b6b82b717213878717ddf # Parent 5a3fa411c7138d412fbd68b01e790b7f0e537ad0 (struct mac_output) [TARGET_API_MAC_CARBON]: New member hourglass_control. (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): New defines. (activate_scroll_bars, deactivate_scroll_bars): Remove declarations. diff -r 5a3fa411c713 -r d76335457c6a src/macterm.h --- a/src/macterm.h Wed Mar 16 03:29:13 2005 +0000 +++ b/src/macterm.h Wed Mar 16 03:29:57 2005 +0000 @@ -355,6 +355,12 @@ #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,6 +579,10 @@ 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,9 +596,6 @@ 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));