Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
44480523
Commit
44480523
authored
Oct 21, 2014
by
Moritz Lipp
Browse files
Pass actual event instead of NULL pointer to sc_scroll
parent
51acd4c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
shortcuts.c
View file @
44480523
...
...
@@ -286,7 +286,7 @@ sc_mouse_scroll(girara_session_t* session, girara_argument_t* argument, girara_e
case
GIRARA_EVENT_SCROLL_LEFT
:
case
GIRARA_EVENT_SCROLL_RIGHT
:
case
GIRARA_EVENT_SCROLL_BIDIRECTIONAL
:
return
sc_scroll
(
session
,
argument
,
NULL
,
t
);
return
sc_scroll
(
session
,
argument
,
event
,
t
);
/* drag */
case
GIRARA_EVENT_BUTTON_PRESS
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment