- wxVideoMode theMode(wxCFDictKeyToInt(theValue, kCGDisplayWidth),
- wxCFDictKeyToInt(theValue, kCGDisplayHeight),
- wxCFDictKeyToInt(theValue, kCGDisplayBitsPerPixel),
- wxCFDictKeyToInt(theValue, kCGDisplayRefreshRate));
+ wxVideoMode theMode(
+ wxCFDictKeyToInt( theValue, kCGDisplayWidth ),
+ wxCFDictKeyToInt( theValue, kCGDisplayHeight ),
+ wxCFDictKeyToInt( theValue, kCGDisplayBitsPerPixel ),
+ wxCFDictKeyToInt( theValue, kCGDisplayRefreshRate ));