emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 21fa90b: Fix bug introduced by my last commit


From: Alan Third
Subject: [Emacs-diffs] master 21fa90b: Fix bug introduced by my last commit
Date: Wed, 19 Apr 2017 13:00:46 -0400 (EDT)

branch: master
commit 21fa90b0488b2344b9b93ccc77263968d1b903b7
Author: Alan Third <address@hidden>
Commit: Alan Third <address@hidden>

    Fix bug introduced by my last commit
    
    * src/nsterm.m (ns_draw_fringe_bitmap): Revert key-mashing accident.
---
 src/nsterm.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nsterm.m b/src/nsterm.m
index fbbcdbe..c53957f 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -2822,7 +2822,7 @@ ns_draw_fringe_bitmap (struct window *w, struct glyph_row 
*row,
 
           for (i = 0; i < full_height; i++)
             cbits[i] = bits[i];
-          img = [[EmacsImage alloc] XBM: cbits width: 8
+          img = [[EmacsImage alloc] initFromXBM: cbits width: 8
                                          height: full_height
                                              fg: 0 bg: 0];
           bimgs[p->which - 1] = img;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]