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_widget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textscreen/txt_widget.h') diff --git a/textscreen/txt_widget.h b/textscreen/txt_widget.h index 89f47627..0e80f3c1 100644 --- a/textscreen/txt_widget.h +++ b/textscreen/txt_widget.h @@ -76,7 +76,7 @@ struct txt_widget_s // not be set manually. int x, y; - int w, h; + unsigned int w, h; }; void TXT_InitWidget(TXT_UNCAST_ARG(widget), txt_widget_class_t *widget_class); -- cgit v1.2.3