Paul Eggert
303797134f
Use bool for boolean in window.c
...
* src/window.c: Omit unnecessary static function decls.
(adjust_window_count, select_window, Fselect_window)
(window_body_width, Fwindow_body_height, Fwindow_body_width)
(set_window_hscroll, check_window_containing, Fwindow_at)
(Fwindow_end, Fset_window_start, Fpos_visible_in_window_p)
(unshow_buffer, replace_window, recombine_windows)
(add_window_to_list, candidate_window_p, next_window)
(Fnext_window, Fprevious_window, window_loop, check_all_windows)
(Fget_buffer_window, Fdelete_other_windows_internal)
(replace_buffer_in_windows_safely, set_window_buffer)
(Fset_window_buffer, Fforce_window_update)
(temp_output_buffer_show, make_parent_window)
(window_resize_check, window_resize_apply, Fwindow_resize_apply)
(resize_frame_windows, Fsplit_window_internal)
(Fdelete_window_internal, grow_mini_window, shrink_mini_window)
(Fresize_mini_window_internal, mark_window_cursors_off)
(window_scroll, window_scroll_pixel_based)
(window_scroll_line_based, scroll_command, Fscroll_other_window)
(Fscroll_left, Fscroll_right, displayed_window_lines, Frecenter)
(Fmove_to_window_line, Fset_window_configuration)
(delete_all_child_windows, apply_window_adjustment)
(set_window_fringes, set_window_scroll_bars)
(Fset_window_vscroll, foreach_window, foreach_window_1)
(compare_window_configurations, Fcompare_window_configurations):
Prefer 'bool', 'true', and 'false' for booleans.
* src/window.h (WINDOW_MODE_LINE_LINES)
(WINDOW_HEADER_LINE_LINES): Omit unnecessary "!!" on bool value.
2015-04-11 20:45:42 -07:00
..
2015-01-13 19:16:51 +02:00
2015-03-18 10:31:07 -04:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-02-08 18:14:41 -08:00
2015-01-01 14:26:41 -08:00
2015-03-03 14:38:53 -08:00
2015-01-05 10:14:58 -08:00
2015-02-21 00:27:00 -08:00
2015-03-16 14:49:01 -04:00
2015-02-21 00:27:00 -08:00
2015-01-05 10:14:58 -08:00
2015-01-05 10:14:58 -08:00
2015-01-05 10:14:58 -08:00
2015-01-05 10:14:58 -08:00
2015-01-05 10:14:58 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-04-07 00:00:06 -07:00
2015-02-28 13:20:51 -08:00
2015-02-28 14:25:35 +02:00
2015-02-21 00:27:00 -08:00
2015-01-05 10:14:58 -08:00
2015-01-25 09:11:25 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-05 10:14:58 -08:00
2015-02-21 00:27:00 -08:00
2015-01-31 20:48:53 +02:00
2015-01-01 14:26:41 -08:00
2015-01-25 09:11:25 -08:00
2015-01-05 10:14:58 -08:00
2015-01-07 23:12:04 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-03-02 19:08:06 -08:00
2015-01-25 09:11:25 -08:00
2015-01-15 20:37:44 -08:00
2015-01-01 14:26:41 -08:00
2015-01-31 10:05:10 +02:00
2015-02-25 22:53:56 -08:00
2015-03-03 14:29:22 -08:00
2015-01-05 10:14:58 -08:00
2015-01-25 09:11:25 -08:00
2015-01-01 14:26:41 -08:00
2015-01-05 10:14:58 -08:00
2015-01-01 14:26:41 -08:00
2015-03-27 12:01:56 -07:00
2015-01-01 14:26:41 -08:00
2015-03-21 17:44:00 +02:00
2015-02-01 11:45:15 -08:00
2015-02-01 11:45:15 -08:00
2015-01-01 14:26:41 -08:00
2015-04-08 18:24:04 +03:00
2015-03-03 14:41:30 -08:00
2015-01-25 09:11:25 -08:00
2015-01-01 14:26:41 -08:00
2015-03-24 11:43:21 -07:00
2015-02-21 00:27:00 -08:00
2015-02-09 15:56:38 +01:00
2015-01-16 15:15:32 +03:00
2015-03-22 10:21:45 +01:00
2015-01-05 10:14:58 -08:00
2015-03-13 09:58:38 -07:00
2015-03-18 11:45:36 -07:00
2015-01-26 17:03:09 -08:00
2015-02-21 00:27:00 -08:00
2014-07-09 10:25:35 +04:00
2015-01-05 10:14:58 -08:00
2015-01-01 14:26:41 -08:00
2015-01-09 08:22:35 -08:00
2015-01-01 14:26:41 -08:00
2015-04-11 18:06:52 +03:00
2015-01-01 14:26:41 -08:00
2015-03-29 14:24:19 -07:00
2015-01-15 20:37:44 -08:00
2015-01-26 19:01:38 +01:00
2015-02-09 11:26:33 -08:00
2015-01-01 14:26:41 -08:00
2015-01-05 10:14:58 -08:00
2015-01-28 00:09:39 -03:00
2015-01-01 14:26:41 -08:00
2015-02-09 23:50:18 -08:00
2015-03-31 17:18:17 +03:00
2015-01-05 10:14:58 -08:00
2015-02-21 00:27:00 -08:00
2015-01-05 10:14:58 -08:00
2015-01-01 14:26:41 -08:00
2015-03-03 09:11:02 -08:00
2015-01-27 22:41:31 -05:00
2015-03-27 16:16:36 +03:00
2015-01-01 14:26:41 -08:00
2015-01-16 15:15:32 +03:00
2015-01-05 10:14:58 -08:00
2015-01-01 14:26:41 -08:00
2014-05-26 08:48:28 -07:00
2015-02-01 11:45:15 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-02-14 15:11:30 +02:00
2015-01-05 10:14:58 -08:00
2015-03-16 14:49:01 -04:00
2015-01-28 11:15:23 -08:00
2015-01-01 14:26:41 -08:00
2015-02-22 17:24:32 +01:00
2015-01-20 13:24:09 +03:00
2015-01-01 14:26:41 -08:00
2015-01-05 10:14:58 -08:00
2015-01-05 10:14:58 -08:00
2015-01-05 10:14:58 -08:00
2015-01-05 10:14:58 -08:00
2015-01-28 01:08:18 -03:00
2015-03-02 19:08:06 -08:00
2015-04-11 16:06:07 +09:00
2015-04-11 07:59:27 +09:00
2015-01-05 10:14:58 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-02-28 14:25:35 +02:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-03-03 14:41:30 -08:00
2015-01-01 14:26:41 -08:00
2015-01-25 09:11:25 -08:00
2015-01-05 10:14:58 -08:00
2015-01-01 14:26:41 -08:00
2015-03-05 11:59:31 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-02-19 19:21:32 -08:00
2015-03-13 09:58:38 -07:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-25 09:11:25 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-02-01 11:45:15 -08:00
2015-01-16 11:42:24 +03:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-02-21 00:27:00 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-05 10:14:58 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2014-10-03 08:35:10 +04:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-04-11 07:59:27 +09:00
2015-04-11 07:59:27 +09:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-03-07 12:49:54 +02:00
2015-03-12 19:34:45 +02:00
2015-01-29 19:16:56 +02:00
2015-01-01 14:26:41 -08:00
2015-01-28 00:09:39 -03:00
2015-01-01 14:26:41 -08:00
2015-02-21 14:54:08 +02:00
2015-01-01 14:26:41 -08:00
2015-01-29 19:16:56 +02:00
2015-01-10 13:27:35 +02:00
2015-04-06 14:52:57 +03:00
2015-01-01 14:26:41 -08:00
2015-01-05 22:13:58 +02:00
2015-01-01 14:26:41 -08:00
2015-02-21 14:54:08 +02:00
2015-01-25 23:12:35 +02:00
2015-01-29 19:16:56 +02:00
2015-01-01 14:26:41 -08:00
2015-02-07 11:51:03 +01:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-04-11 20:45:42 -07:00
2015-04-11 20:45:42 -07:00
2015-03-15 19:17:46 +02:00
2015-03-03 14:37:43 -08:00
2015-02-27 18:46:26 +01:00
2015-02-09 11:08:58 -08:00
2015-01-21 23:41:24 -08:00
2015-01-21 23:41:24 -08:00
2015-01-01 14:26:41 -08:00
2015-02-27 18:46:26 +01:00
2015-02-21 00:27:00 -08:00
2015-01-13 21:20:31 -08:00
2015-04-04 16:10:06 +02:00
2015-01-13 21:20:31 -08:00
2015-01-01 14:26:41 -08:00
2015-03-28 12:33:25 +01:00
2015-04-03 13:59:18 +02:00
2015-02-27 18:46:26 +01:00