Use the speed and drive chosen when burning, and add a speed convert function.

This commit is contained in:
Jaime Thomas
2008-12-21 04:37:50 +00:00
parent 6101e38169
commit 2e2d86a406
4 changed files with 31 additions and 14 deletions

View File

@@ -17,6 +17,7 @@ int ecdb_image_init(void);
int ecdb_match_keyword(const char *chk, const char *key, int len);
char *ecdb_strip_next_argument(const char *strip);
char *ecdb_strip_string(const char *strip);
int ecdb_speed_convert(Ecdb_Drive_Info *drive, int sel);
// Also consider moving dnd stuff into its own file
int ecdb_dnd_position(void *data, int type, void *event);