$NetBSD: patch-ab,v 1.4 2005/11/23 12:17:56 adam Exp $

--- src/Unix/video_x.cpp.orig	2005-06-11 08:52:22.000000000 +0200
+++ src/Unix/video_x.cpp
@@ -2315,7 +2315,7 @@ static void update_display_dynamic(int t
 static void update_display_static(driver_window *drv)
 {
 	// Incremental update code
-	unsigned wide = 0, high = 0, x1, x2, y1, y2, i, j;
+	int wide = 0, high = 0, x1, x2, y1, y2, i, j;
 	const video_mode &mode = drv->monitor.get_current_mode();
 	int bytes_per_row = mode.bytes_per_row;
 	int bytes_per_pixel = mode.bytes_per_row / mode.x;
