mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-06 05:52:32 -08:00
; Fix indentation in src/nsterm.h
Reduce the diff between master and scratch/igc.
This commit is contained in:
parent
2ec7396d5d
commit
631f43d2bb
1 changed files with 16 additions and 16 deletions
32
src/nsterm.h
32
src/nsterm.h
|
|
@ -704,26 +704,26 @@ enum ns_return_frame_mode
|
|||
========================================================================== */
|
||||
|
||||
@interface EmacsScroller : NSScroller
|
||||
{
|
||||
struct window *window;
|
||||
struct frame *frame;
|
||||
NSResponder *prevResponder;
|
||||
{
|
||||
struct window *window;
|
||||
struct frame *frame;
|
||||
NSResponder *prevResponder;
|
||||
|
||||
/* offset to the bottom of knob of last mouse down */
|
||||
CGFloat last_mouse_offset;
|
||||
float min_portion;
|
||||
int pixel_length;
|
||||
enum scroll_bar_part last_hit_part;
|
||||
/* offset to the bottom of knob of last mouse down */
|
||||
CGFloat last_mouse_offset;
|
||||
float min_portion;
|
||||
int pixel_length;
|
||||
enum scroll_bar_part last_hit_part;
|
||||
|
||||
BOOL condemned;
|
||||
BOOL condemned;
|
||||
|
||||
BOOL horizontal;
|
||||
BOOL horizontal;
|
||||
|
||||
/* optimize against excessive positioning calls generated by emacs */
|
||||
int em_position;
|
||||
int em_portion;
|
||||
int em_whole;
|
||||
}
|
||||
/* optimize against excessive positioning calls generated by emacs */
|
||||
int em_position;
|
||||
int em_portion;
|
||||
int em_whole;
|
||||
}
|
||||
|
||||
- (void) mark;
|
||||
- (instancetype) initFrame: (NSRect )r window: (Lisp_Object)win;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue