diff options
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc/PluginWindowController.m')
| -rwxr-xr-x | macosx/plugins/DFXVideo/macsrc/PluginWindowController.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/plugins/DFXVideo/macsrc/PluginWindowController.m b/macosx/plugins/DFXVideo/macsrc/PluginWindowController.m index 47d9a512..a45a00f3 100755 --- a/macosx/plugins/DFXVideo/macsrc/PluginWindowController.m +++ b/macosx/plugins/DFXVideo/macsrc/PluginWindowController.m @@ -118,8 +118,8 @@ NSRect windowFrame; //[window orderOut:self]; } - int width = CGDisplayPixelsWide(display); - int height = CGDisplayPixelsHigh(display); + size_t width = CGDisplayPixelsWide(display); + size_t height = CGDisplayPixelsHigh(display); // assume square pixel ratio on the monitor if ((width*3)/4 < height) { |
