[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/xfaces.c
From: |
YAMAMOTO Mitsuharu |
Subject: |
[Emacs-diffs] Changes to emacs/src/xfaces.c |
Date: |
Mon, 18 Jul 2005 01:41:31 -0400 |
Index: emacs/src/xfaces.c
diff -c emacs/src/xfaces.c:1.331 emacs/src/xfaces.c:1.332
*** emacs/src/xfaces.c:1.331 Wed Jul 13 09:13:19 2005
--- emacs/src/xfaces.c Mon Jul 18 05:41:31 2005
***************
*** 783,790 ****
#ifdef MAC_OS
/* Mac OS emulation of GCs */
- extern XGCValues *XCreateGC (void *, Window, unsigned long, XGCValues *);
-
static INLINE GC
x_create_gc (f, mask, xgcv)
struct frame *f;
--- 783,788 ----