aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* event_pipe: moved variable "main_task" to main.cMax Kellermann2009-01-031-0/+2
|
* main: include main.h, fix dependenciesMax Kellermann2009-01-021-0/+2
|
* event_pipe: replaced PIPE_EVENT_SIGNAL with main_notifyMax Kellermann2009-01-021-0/+2
| | | | | | There is only one location using PIPE_EVENT_SIGNAL: to synchronize player_command() with player_command_finished(). Use the "notify" library instead of the event_pipe here.
* main: export the main_loop variableMax Kellermann2008-12-301-0/+24
Other libraries may need to access the main_loop reference, to add or remove events, or to call g_main_loop_quit().