You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
+
#include <config.h>
#include "sysstdio.h"
PAUSED_P means that the update has been interrupted for
pending input. */
-static void add_frame_display_history (struct frame *f, int paused_p)
+static void
+add_frame_display_history (struct frame *f, bool paused_p)
{
char *buf;
void *ptr = f;
//printf("scrolling_window\n");
return 0;
#endif
-
+
/* Give up if some rows in the desired matrix are not enabled. */
if (! MATRIX_ROW_ENABLED_P (desired_matrix, i))
return -1;