[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/macterm.h
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/src/macterm.h |
Date: |
Tue, 04 Feb 2003 09:03:39 -0500 |
Index: emacs/src/macterm.h
diff -c emacs/src/macterm.h:1.2 emacs/src/macterm.h:1.3
*** emacs/src/macterm.h:1.2 Fri Aug 30 08:02:32 2002
--- emacs/src/macterm.h Tue Feb 4 09:03:13 2003
***************
*** 45,51 ****
/* Structure recording bitmaps and reference count.
If REFCOUNT is 0 then this record is free to be reused. */
! struct mac_bitmap_record
{
char *bitmap_data;
int refcount;
--- 45,51 ----
/* Structure recording bitmaps and reference count.
If REFCOUNT is 0 then this record is free to be reused. */
! struct mac_bitmap_record
{
char *bitmap_data;
int refcount;
***************
*** 321,327 ****
/* Foreground color for scroll bars. A value of -1 means use the
default (black for non-toolkit scroll bars). */
unsigned long scroll_bar_foreground_pixel;
!
/* Background color for scroll bars. A value of -1 means use the
default (background color of the frame for non-toolkit scroll
bars). */
--- 321,327 ----
/* Foreground color for scroll bars. A value of -1 means use the
default (black for non-toolkit scroll bars). */
unsigned long scroll_bar_foreground_pixel;
!
/* Background color for scroll bars. A value of -1 means use the
default (background color of the frame for non-toolkit scroll
bars). */
***************
*** 337,343 ****
/* Window whose cursor is hourglass_cursor. This window is temporarily
mapped to display a hourglass-cursor. */
Window hourglass_window;
!
/* Non-zero means hourglass cursor is currently displayed. */
unsigned hourglass_p : 1;
--- 337,343 ----
/* Window whose cursor is hourglass_cursor. This window is temporarily
mapped to display a hourglass-cursor. */
Window hourglass_window;
!
/* Non-zero means hourglass cursor is currently displayed. */
unsigned hourglass_p : 1;
***************
*** 558,564 ****
/* Return the length of the rectangle within which the top of the
handle must stay. This isn't equivalent to the inside height,
! because the scroll bar handle has a minimum height.
This is the real range of motion for the scroll bar, so when we're
scaling buffer positions to scroll bar positions, we use this, not
--- 558,564 ----
/* Return the length of the rectangle within which the top of the
handle must stay. This isn't equivalent to the inside height,
! because the scroll bar handle has a minimum height.
This is the real range of motion for the scroll bar, so when we're
scaling buffer positions to scroll bar positions, we use this, not
***************
*** 626,632 ****
+ (f)->output_data.mac->internal_border_width)
! /* Return the row/column (zero-based) of the character cell containing
the pixel on FRAME at ROW/COL. */
#define PIXEL_TO_CHAR_ROW(f, row) \
(((row) - (f)->output_data.mac->internal_border_width) \
--- 626,632 ----
+ (f)->output_data.mac->internal_border_width)
! /* Return the row/column (zero-based) of the character cell containing
the pixel on FRAME at ROW/COL. */
#define PIXEL_TO_CHAR_ROW(f, row) \
(((row) - (f)->output_data.mac->internal_border_width) \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/macterm.h,
Juanma Barranquero <=