From 0cff90defcb069c351fd81bed9e57f3519c70ef7 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 21 Sep 2006 16:25:10 +0000 Subject: Fix some warnings in textscreen code. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 645 --- textscreen/txt_label.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textscreen/txt_label.h') diff --git a/textscreen/txt_label.h b/textscreen/txt_label.h index f4e336cb..c8e002e0 100644 --- a/textscreen/txt_label.h +++ b/textscreen/txt_label.h @@ -32,7 +32,7 @@ struct txt_label_s txt_widget_t widget; char *label; char **lines; - int w, h; + unsigned int w, h; txt_color_t fgcolor; txt_color_t bgcolor; }; -- cgit v1.2.3