blob: bd5106d647890dc443e6faf9a17e55d9bf89e4ed (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- src/brasero-ncb.h.orig 2008-01-02 15:01:39.000000000 -0500
+++ src/brasero-ncb.h 2008-01-02 15:02:15.000000000 -0500
@@ -42,6 +42,9 @@ nautilus_burn_drive_get_drive_type ((dri
#define NCB_DRIVE_GET_DEVICE(drive) \
nautilus_burn_drive_get_device (drive)
+#define NCB_DRIVE_GET_CRECORD_DEVICE(drive) \
+nautilus_burn_drive_get_cdrecord_device (drive)
+
#define NCB_DRIVE_GET_LIST(list, recorders, image) \
{ \
NautilusBurnDriveMonitor *monitor; \
|