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
Jonathan Wilkes
purr-data
Commits
062158e8
Commit
062158e8
authored
Oct 16, 2015
by
Jonathan Wilkes
Browse files
comment out old pdtk_canvas_set_font call from Pd to GUI
parent
93d1c310
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_editor.c
View file @
062158e8
...
...
@@ -2501,8 +2501,9 @@ void canvas_vis(t_canvas *x, t_floatarg f)
argsbuf);
// This probably needs a gui_vmess */
sys_vgui
(
"pdtk_canvas_set_font .x%lx %d
\n
"
,
x
,
x
->
gl_font
);
/* It looks like this font size call is no longer needed,
but I'm not sure why it was needed in the first place... */
//sys_vgui("pdtk_canvas_set_font .x%lx %d\n", x, x->gl_font);
// canvas_reflecttitle(x);
x->gl_havewindow = 1;
...
...
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