mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 05:01:02 -08:00
(struct mac_output): Replace member cross_cursor by
hand_cursor. (activate_scroll_bars, deactivate_scroll_bars): Add prototypes.
This commit is contained in:
parent
f9e65eb300
commit
31ee2d81f8
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue