From f2222c1063a7bba5c2a10d8abba0556731be79ae Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Tue, 10 May 2016 11:16:44 -0400 Subject: [PATCH] tests/gui: Add __collection_buttonpress() default handler Signed-off-by: Anna Schumaker --- include/tests/gui.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/tests/gui.h b/include/tests/gui.h index 4a5a31d0..9c3d3a84 100644 --- a/include/tests/gui.h +++ b/include/tests/gui.h @@ -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() {}