comparison libinterp/corefcn/cdisplay.c @ 21751:b571fc85953f

maint: Use two spaces after period to indicate sentence break.
author Rik <rik@octave.org>
date Thu, 19 May 2016 18:48:52 -0700
parents aba2e6293dd8
children bac0d6f07a3e
comparison
equal deleted inserted replaced
21750:6720e5a220ba 21751:b571fc85953f
87 87
88 *dp = CGDisplayBitsPerPixel (display); 88 *dp = CGDisplayBitsPerPixel (display);
89 89
90 #else 90 #else
91 91
92 /* FIXME: This will only work for MacOS > 10.5. For earlier versions 92 /* FIXME: This will only work for MacOS > 10.5. For earlier versions
93 this code is not needed (use CGDisplayBitsPerPixel instead). */ 93 this code is not needed (use CGDisplayBitsPerPixel instead). */
94 94
95 CGDisplayModeRef mode = CGDisplayCopyDisplayMode (display); 95 CGDisplayModeRef mode = CGDisplayCopyDisplayMode (display);
96 CFStringRef pixelEncoding = CGDisplayModeCopyPixelEncoding (mode); 96 CFStringRef pixelEncoding = CGDisplayModeCopyPixelEncoding (mode);
97 97