]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/macfont.m: fix typing errors
authorMattias Engdegård <mattiase@acm.org>
Thu, 18 Nov 2021 09:01:17 +0000 (10:01 +0100)
committerMattias Engdegård <mattiase@acm.org>
Thu, 18 Nov 2021 09:03:13 +0000 (10:03 +0100)
src/macfont.m

index 1426cae6dc45030c0ba19a28f12f2d9628d1b155..ce7a5ec8cda1a9d1a29e1e6bb3a40ef6f836589a 100644 (file)
@@ -2928,7 +2928,7 @@ macfont_draw (struct glyph_string *s, int from, int to, int x, int y,
     {
       if (s->hl == DRAW_CURSOR)
         {
-         CGColorRef *colorref = get_cgcolor_from_nscolor (FRAME_CURSOR_COLOR (f), f);
+         CGColorRef colorref = get_cgcolor_from_nscolor (FRAME_CURSOR_COLOR (f), f);
          CGContextSetFillColorWithColor (context, colorref);
          CGColorRelease (colorref);
         }
@@ -2944,7 +2944,7 @@ macfont_draw (struct glyph_string *s, int from, int to, int x, int y,
       CGContextScaleCTM (context, 1, -1);
       if (s->hl == DRAW_CURSOR)
         {
-         CGColorRef *colorref = get_cgcolor_from_nscolor (FRAME_BACKGROUND_COLOR (f), f);
+         CGColorRef colorref = get_cgcolor_from_nscolor (FRAME_BACKGROUND_COLOR (f), f);
          CGContextSetFillColorWithColor (context, colorref);
          CGColorRelease (colorref);
         }