diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-09-05 10:07:24 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-09-05 10:07:24 -0400 |
commit | 375335aaefeca5f7bd05d091c636e65ef89d46bf (patch) | |
tree | 69aac83e834f3974830c1e0a31948d0ddac29c6c /menus.h | |
parent | e6a964f0f88b90cdb559e2ae5ce2e73e31381f99 (diff) |
added timer loop to check buttons
Diffstat (limited to 'menus.h')
-rw-r--r-- | menus.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,4 +3,4 @@ void Menu_Refresh(); void Menu_Update_Display(void); void Menu_Clear_Buttons(void); -gboolean Menu_Check_Buttons(void); +GSourceFunc Menu_Check_Buttons(void); |