Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
0d0756c0
Commit
0d0756c0
authored
May 03, 2016
by
Cédric Roux
Browse files
typo
parent
d45551dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/utils/T/tracer/gui/text_list.c
View file @
0d0756c0
...
...
@@ -48,7 +48,7 @@ static void button(gui *_g, widget *_this, int x, int y, int button, int up)
{
struct
gui
*
g
=
_g
;
struct
text_list_widget
*
this
=
_this
;
LOGD
(
"BUTTON te
s
t_list %p xy %d %d button %d up %d
\n
"
,
_this
,
x
,
y
,
button
,
up
);
LOGD
(
"BUTTON te
x
t_list %p xy %d %d button %d up %d
\n
"
,
_this
,
x
,
y
,
button
,
up
);
/* scroll up */
if
(
button
==
4
&&
up
==
0
)
{
gui_notify
(
g
,
"scrollup"
,
_this
,
NULL
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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