Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | event_pipe: moved variable "main_task" to main.c | Max Kellermann | 2009-01-03 | 1 | -0/+2 |
| | |||||
* | main: include main.h, fix dependencies | Max Kellermann | 2009-01-02 | 1 | -0/+2 |
| | |||||
* | event_pipe: replaced PIPE_EVENT_SIGNAL with main_notify | Max Kellermann | 2009-01-02 | 1 | -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 variable | Max Kellermann | 2008-12-30 | 1 | -0/+24 |
Other libraries may need to access the main_loop reference, to add or remove events, or to call g_main_loop_quit(). |