Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adrien Plazas
libhandy
Commits
f5c7ce57
Commit
f5c7ce57
authored
Jan 23, 2020
by
Adrien Plazas
Browse files
debian: Don't use hdy_init() in build test programs
It has been dropped, use other functions instead.
parent
961c622c
Pipeline
#51320
passed with stages
in 32 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
debian/tests/build-test
View file @
f5c7ce57
...
...
@@ -18,7 +18,8 @@ int
main (int argc,
char **argv)
{
hdy_init(&argc, &argv);
gtk_init(&argc, &argv);
hdy_keypad_new(FALSE, TRUE);
}
EOF
...
...
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