]> code.delx.au - gnu-emacs/blobdiff - src/xfaces.c
Update copyright year to 2015
[gnu-emacs] / src / xfaces.c
index 446107ef3b7b64ead6c603bf774cc9467f221450..0600f53ba1eba87f3a6ca3961e06cab0a60b53f0 100644 (file)
@@ -1,6 +1,6 @@
 /* xfaces.c -- "Face" primitives.
 
-Copyright (C) 1993-1994, 1998-2014 Free Software Foundation, Inc.
+Copyright (C) 1993-1994, 1998-2015 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -732,7 +732,7 @@ recompute_basic_faces (struct frame *f)
    try to free unused fonts, too.  */
 
 void
-clear_face_cache (int clear_fonts_p)
+clear_face_cache (bool clear_fonts_p)
 {
 #ifdef HAVE_WINDOW_SYSTEM
   Lisp_Object tail, frame;