tests/gui: Add __collection_buttonpress() default handler

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2016-05-10 11:16:44 -04:00
parent 13dadd25ef
commit f2222c1063
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ void __sidebar_selection_changed() {}
#ifdef TEST_NEED_COLLECTION
void __collection_activated() {}
void __collection_add() {}
void __collection_buttonpress() {}
void __collection_keypress() {}
void __collection_selection_changed() {}
void __collection_toggled() {}