mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
Merge remote-tracking branch 'origin/master' into feature/pgtk
This commit is contained in:
commit
47cd820d93
18 changed files with 290 additions and 242 deletions
|
|
@ -6658,8 +6658,10 @@ not_in_argv (NSString *arg)
|
|||
? ceil (fabs (delta)) : 1;
|
||||
|
||||
scrollUp = delta > 0;
|
||||
x = [theEvent scrollingDeltaX];
|
||||
y = [theEvent scrollingDeltaY];
|
||||
x = ([theEvent scrollingDeltaX]
|
||||
* FRAME_COLUMN_WIDTH (emacsframe));
|
||||
y = ([theEvent scrollingDeltaY]
|
||||
* FRAME_LINE_HEIGHT (emacsframe));
|
||||
}
|
||||
|
||||
if (lines == 0 && mwheel_coalesce_scroll_events)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue