X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/af4b9ae58662d50080a7661631ce6861dc6b6aa9..7c3320d8b9d3beaf952b20cfe1843181c1c7af65:/src/xfaces.c diff --git a/src/xfaces.c b/src/xfaces.c index ea0f57469e..d5aabd40c0 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -726,10 +726,7 @@ x_free_gc (struct frame *f, GC gc) /* W32 emulation of GCs */ static INLINE GC -x_create_gc (f, mask, xgcv) - struct frame *f; - unsigned long mask; - XGCValues *xgcv; +x_create_gc (struct frame *f, unsigned long mask, XGCValues *xgcv) { GC gc; BLOCK_INPUT; @@ -743,9 +740,7 @@ x_create_gc (f, mask, xgcv) /* Free GC which was used on frame F. */ static INLINE void -x_free_gc (f, gc) - struct frame *f; - GC gc; +x_free_gc (struct frame *f, GC gc) { IF_DEBUG (xassert (--ngcs >= 0)); xfree (gc);