Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b9126609
Commit
b9126609
authored
May 10, 2009
by
Chong Yidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* nsfns.m (Fx_display_planes): Compute bitplanes using
NSBitsPerPixelFromDepth (Bug#3207).
parent
143770f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/nsfns.m
src/nsfns.m
+1
-1
No files found.
src/ChangeLog
View file @
b9126609
2009-05-07 David Reitter <david.reitter@gmail.com>
* nsfns.m (Fx_display_planes): Compute bitplanes using
NSBitsPerPixelFromDepth (Bug#3207).
2009-05-10 Chong Yidong <cyd@stupidchicken.com>
* editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
...
...
src/nsfns.m
View file @
b9126609
...
...
@@ -2383,7 +2383,7 @@ The return value is a list of integers (LEFT TOP WIDTH HEIGHT), which
{
check_ns
();
return
make_number
(
NSBitsPer
Sample
FromDepth
([
ns_get_screen
(
display
)
depth
]));
(
NSBitsPer
Pixel
FromDepth
([
ns_get_screen
(
display
)
depth
]));
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment