]> code.delx.au - gnu-emacs/blobdiff - src/w32fns.c
Update copyright year to 2015
[gnu-emacs] / src / w32fns.c
index fc10e74cdff3dcb1a00c6932f47637e3cb20f60e..26eeb5f76fbf7c8453a581ea5bb1f7a30c5ba71f 100644 (file)
@@ -1,6 +1,6 @@
 /* Graphical user interface functions for the Microsoft Windows API.
 
-Copyright (C) 1989, 1992-2014 Free Software Foundation, Inc.
+Copyright (C) 1989, 1992-2015 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -6252,8 +6252,8 @@ Text larger than the specified size is clipped.  */)
   }
 
   /* Draw into the window.  */
-  w->must_be_updated_p = 1;
-  update_single_window (w, 1);
+  w->must_be_updated_p = true;
+  update_single_window (w);
 
   unblock_input ();