2013-08-14 Paul Eggert <eggert@cs.ucla.edu>
+ * xdisp.c (cursor_type_changed): Now static.
+
* image.c (imagemagick_filename_hint): New arg HINT_BUFFER.
Use changed. This avoids the need to call xmalloc and for the
caller to call xfree, and avoids memory leaks in some situations.
extern int windows_or_buffers_changed;
-/* Nonzero means a frame's cursor type has been changed. */
-
-extern int cursor_type_changed;
-
/* If *ROWS or *COLS are too small a size for FRAME, set them to the
minimum allowable size. */
/* Nonzero means a frame's cursor type has been changed. */
-int cursor_type_changed;
+static int cursor_type_changed;
/* Nonzero after display_mode_line if %l was used and it displayed a
line number. */