diff options
Diffstat (limited to 'src/macterm.h')
| -rw-r--r-- | src/macterm.h | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/macterm.h b/src/macterm.h index 27cd1f49646..dd2e2652c90 100644 --- a/src/macterm.h +++ b/src/macterm.h | |||
| @@ -355,6 +355,12 @@ struct mac_output { | |||
| 355 | 355 | ||
| 356 | #endif | 356 | #endif |
| 357 | 357 | ||
| 358 | #if TARGET_API_MAC_CARBON | ||
| 359 | /* The Mac control reference for the hourglass (progress indicator) | ||
| 360 | shown at the upper-right corner of the window. */ | ||
| 361 | ControlRef hourglass_control; | ||
| 362 | #endif | ||
| 363 | |||
| 358 | #if 0 | 364 | #if 0 |
| 359 | DWORD dwStyle; | 365 | DWORD dwStyle; |
| 360 | #endif | 366 | #endif |
| @@ -573,6 +579,10 @@ struct scroll_bar { | |||
| 573 | text from glomming up against the scroll bar */ | 579 | text from glomming up against the scroll bar */ |
| 574 | #define VERTICAL_SCROLL_BAR_WIDTH_TRIM (0) | 580 | #define VERTICAL_SCROLL_BAR_WIDTH_TRIM (0) |
| 575 | 581 | ||
| 582 | /* Size of hourglass controls */ | ||
| 583 | #define HOURGLASS_WIDTH 16 | ||
| 584 | #define HOURGLASS_HEIGHT 16 | ||
| 585 | |||
| 576 | struct frame; | 586 | struct frame; |
| 577 | struct face; | 587 | struct face; |
| 578 | struct image; | 588 | struct image; |
| @@ -586,9 +596,6 @@ EXFUN (Fx_display_grayscale_p, 1); | |||
| 586 | EXFUN (Fx_display_planes, 1); | 596 | EXFUN (Fx_display_planes, 1); |
| 587 | extern void x_free_gcs P_ ((struct frame *)); | 597 | extern void x_free_gcs P_ ((struct frame *)); |
| 588 | 598 | ||
| 589 | void activate_scroll_bars (FRAME_PTR); | ||
| 590 | void deactivate_scroll_bars (FRAME_PTR); | ||
| 591 | |||
| 592 | /* Defined in macterm.c. */ | 599 | /* Defined in macterm.c. */ |
| 593 | 600 | ||
| 594 | extern void x_set_window_size P_ ((struct frame *, int, int, int)); | 601 | extern void x_set_window_size P_ ((struct frame *, int, int, int)); |