comparison src/macterm.h @ 50223:aab1e13bd844

(struct mac_output): Replace member cross_cursor by hand_cursor. (activate_scroll_bars, deactivate_scroll_bars): Add prototypes.
author Kim F. Storm <storm@cua.dk>
date Fri, 21 Mar 2003 13:50:20 +0000
parents 4f45129dc10e
children c0f3ec529c05
comparison
equal deleted inserted replaced
50222:90e10bfd8bfa 50223:aab1e13bd844
329 329
330 /* Descriptor for the cursor in use for this window. */ 330 /* Descriptor for the cursor in use for this window. */
331 struct Cursor *text_cursor; 331 struct Cursor *text_cursor;
332 struct Cursor *nontext_cursor; 332 struct Cursor *nontext_cursor;
333 struct Cursor *modeline_cursor; 333 struct Cursor *modeline_cursor;
334 struct Cursor *cross_cursor; 334 struct Cursor *hand_cursor;
335 struct Cursor *hourglass_cursor; 335 struct Cursor *hourglass_cursor;
336 #if 0 336 #if 0
337 /* Window whose cursor is hourglass_cursor. This window is temporarily 337 /* Window whose cursor is hourglass_cursor. This window is temporarily
338 mapped to display a hourglass-cursor. */ 338 mapped to display a hourglass-cursor. */
339 Window hourglass_window; 339 Window hourglass_window;
651 (PIXEL_TO_CHAR_ROW (f, ((height) \ 651 (PIXEL_TO_CHAR_ROW (f, ((height) \
652 - (f)->output_data.mac->internal_border_width))) 652 - (f)->output_data.mac->internal_border_width)))
653 653
654 struct frame * check_x_frame (Lisp_Object); 654 struct frame * check_x_frame (Lisp_Object);
655 655
656 void activate_scroll_bars (FRAME_PTR);
657 void deactivate_scroll_bars (FRAME_PTR);
658
656 #define FONT_TYPE_FOR_UNIBYTE(font, ch) 0 659 #define FONT_TYPE_FOR_UNIBYTE(font, ch) 0
657 #define FONT_TYPE_FOR_MULTIBYTE(font, ch) 0 660 #define FONT_TYPE_FOR_MULTIBYTE(font, ch) 0
658 661