This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9480 - reorganise and centralise the app layer event enums
Attached to Project:
Rockbox
Opened by Jonathan Gordon (jdgordon) - Sunday, 12 October 2008, 11:41 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Thursday, 16 October 2008, 12:38 GMT+2
Opened by Jonathan Gordon (jdgordon) - Sunday, 12 October 2008, 11:41 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Thursday, 16 October 2008, 12:38 GMT+2
|
Detailscurrently the event class definitions are in export/events.h and sort of used randomly around the code... This patch moves all the different app layer events into a single .h so there is no chance that new events will accidentally use existing ones.
further cleanup: get rid of ata_idle_notify and use events properly for this. rename the buffering events to be constant with the others CLASS_EVENT_BLAA.. later: actually implement the theme changed event! |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Thursday, 16 October 2008, 12:38 GMT+2
Reason for closing: Accepted
Thursday, 16 October 2008, 12:38 GMT+2
Reason for closing: Accepted