(struct mac_output): Replace member cross_cursor by
hand_cursor. (activate_scroll_bars, deactivate_scroll_bars): Add prototypes.
This commit is contained in:
@@ -331,7 +331,7 @@ struct mac_output {
|
||||
struct Cursor *text_cursor;
|
||||
struct Cursor *nontext_cursor;
|
||||
struct Cursor *modeline_cursor;
|
||||
struct Cursor *cross_cursor;
|
||||
struct Cursor *hand_cursor;
|
||||
struct Cursor *hourglass_cursor;
|
||||
#if 0
|
||||
/* Window whose cursor is hourglass_cursor. This window is temporarily
|
||||
@@ -653,6 +653,9 @@ struct scroll_bar {
|
||||
|
||||
struct frame * check_x_frame (Lisp_Object);
|
||||
|
||||
void activate_scroll_bars (FRAME_PTR);
|
||||
void deactivate_scroll_bars (FRAME_PTR);
|
||||
|
||||
#define FONT_TYPE_FOR_UNIBYTE(font, ch) 0
|
||||
#define FONT_TYPE_FOR_MULTIBYTE(font, ch) 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user