From: Alan Third Date: Wed, 19 Apr 2017 16:58:49 +0000 (+0100) Subject: Fix bug introduced by my last commit X-Git-Tag: emacs-26.0.90~521^2~595 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=21fa90b0488b2344b9b93ccc77263968d1b903b7;p=emacs.git Fix bug introduced by my last commit * src/nsterm.m (ns_draw_fringe_bitmap): Revert key-mashing accident. --- diff --git a/src/nsterm.m b/src/nsterm.m index fbbcdbe4bc2..c53957f9338 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;