[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/macterm.c,v [EMACS_22_BASE]
From: |
YAMAMOTO Mitsuharu |
Subject: |
[Emacs-diffs] Changes to emacs/src/macterm.c,v [EMACS_22_BASE] |
Date: |
Tue, 22 Jul 2008 03:01:14 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Branch: EMACS_22_BASE
Changes by: YAMAMOTO Mitsuharu <mituharu> 08/07/22 03:01:13
Index: macterm.c
===================================================================
RCS file: /sources/emacs/emacs/src/macterm.c,v
retrieving revision 1.214.2.25
retrieving revision 1.214.2.26
diff -u -b -r1.214.2.25 -r1.214.2.26
--- macterm.c 21 Jul 2008 04:20:49 -0000 1.214.2.25
+++ macterm.c 22 Jul 2008 03:01:12 -0000 1.214.2.26
@@ -422,10 +422,7 @@
color_space = NULL;
alpha_info = kCGImageAlphaOnly;
}
- if (color_space == NULL)
- return;
- context = CGBitmapContextCreate (ximg->data, ximg->width,
- ximg->height, 8,
+ context = CGBitmapContextCreate (ximg->data, ximg->width, ximg->height, 8,
ximg->bytes_per_line, color_space,
alpha_info);
if (ximg->bits_per_pixel == 32)