Use ecore_pipe to communicate with the burn progress thread instead of the bad way before.

This commit is contained in:
Jaime Thomas
2008-11-03 15:56:34 +00:00
parent 7b07c374a1
commit 7b840adb90
4 changed files with 35 additions and 37 deletions

View File

@ -55,9 +55,9 @@ struct _Ecdb_Project_Info
{
/* The drive reference */
Ecdb_Drive_Info *drive;
BurnProgress progress;
BurnDriveStatus stat;
Ecore_Event_Handler *ev_handler;
Ecore_Pipe *pipe;
unsigned int type;
};