emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/X_Typedefs 33354a3 1/2: fixup! Introduce Emacs_GC


From: Alexander Gramiak
Subject: [Emacs-diffs] scratch/X_Typedefs 33354a3 1/2: fixup! Introduce Emacs_GC struct and typedef
Date: Tue, 14 May 2019 11:48:42 -0400 (EDT)

branch: scratch/X_Typedefs
commit 33354a3a12c2f7f52669a28cc31bca42db07bcc7
Author: Alexander Gramiak <address@hidden>
Commit: Alexander Gramiak <address@hidden>

    fixup! Introduce Emacs_GC struct and typedef
---
 src/xfaces.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xfaces.c b/src/xfaces.c
index 49a2c9e..d211ec8 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -539,7 +539,7 @@ x_free_gc (struct frame *f, Emacs_GC *gc)
 #ifdef HAVE_NS
 /* NS emulation of GCs */
 
-static GC
+static Emacs_GC *
 x_create_gc (struct frame *f,
             unsigned long mask,
             Emacs_GC *egc)



reply via email to

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