mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-14 23:52:26 -05:00
Accept FS #10244 by Wincent Balin: more pdbox work done for GSoC; also some keyword and line-ending fixes by me
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21626 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
eabeb928dd
commit
0d4560cb03
113 changed files with 10637 additions and 4420 deletions
|
|
@ -83,6 +83,7 @@ void glob_init(void)
|
|||
gensym("audiostatus"), 0);
|
||||
class_addmethod(glob_pdobject, (t_method)glob_finderror,
|
||||
gensym("finderror"), 0);
|
||||
#ifndef ROCKBOX
|
||||
class_addmethod(glob_pdobject, (t_method)glob_audio_properties,
|
||||
gensym("audio-properties"), A_DEFFLOAT, 0);
|
||||
class_addmethod(glob_pdobject, (t_method)glob_audio_dialog,
|
||||
|
|
@ -93,6 +94,7 @@ void glob_init(void)
|
|||
gensym("midi-properties"), A_DEFFLOAT, 0);
|
||||
class_addmethod(glob_pdobject, (t_method)glob_midi_dialog,
|
||||
gensym("midi-dialog"), A_GIMME, 0);
|
||||
#endif /* ROCKBOX */
|
||||
class_addmethod(glob_pdobject, (t_method)glob_start_path_dialog,
|
||||
gensym("start-path-dialog"), A_DEFFLOAT, 0);
|
||||
class_addmethod(glob_pdobject, (t_method)glob_path_dialog,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue