Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Giulio
purr-data
Commits
42c9a619
Commit
42c9a619
authored
Feb 05, 2017
by
Jonathan Wilkes
Browse files
fix #240: [ggee/image] [open $1( not working
parent
80f458ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
externals/ggee/gui/image.c
View file @
42c9a619
...
...
@@ -385,7 +385,8 @@ static void image_open(t_image* x, t_symbol *s, t_int argc, t_atom *argv)
x
->
x_fname
=
get_filename
(
argc
,
argv
);
x
->
x_img_width
=
0
;
x
->
x_img_height
=
0
;
image_trytoopen
(
x
);
image_vis
((
t_gobj
*
)
x
,
x
->
x_glist
,
0
);
image_vis
((
t_gobj
*
)
x
,
x
->
x_glist
,
1
);
}
static
void
image_imagesize_callback
(
t_image
*
x
,
t_float
w
,
t_float
h
)
{
...
...
Write
Preview
Markdown
is supported
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