A patch for the patch. As far as I can tell, the NR tools now update properly.

This commit is contained in:
Emil Martinec
2010-09-13 14:41:14 -05:00
parent f52e8a69b4
commit c96bbfb378
8 changed files with 44 additions and 17 deletions

View File

@@ -21,7 +21,7 @@
#include <rtengine.h>
#define NUMOFEVENTS 86
#define NUMOFEVENTS 90
namespace rtengine {
@@ -111,7 +111,11 @@ enum ProcEvent {
EvSHHighQuality=82,
EvPerspCorr=83,
EvEqualizer=84,
EvEqlEnabled=85
EvEqlEnabled=85,
EvIDNEnabled=86,
EvDPDNEnabled=87,
EvDPDNLuma=88,
EvDPDNChroma=89
};
}
#endif