On 16.04.2012, at 11:09, David Fuhrmann wrote: > + NSRect bounds = [sys->glView bounds]; > + if (!config_GetInt(vd, "macosx-video-autoresize")) You can save one 1 objc selector call here by moving the bounds definition after the if statement, can't you? :-) Best regards, Felix