summaryrefslogtreecommitdiff
path: root/textscreen/txt_label.h
diff options
context:
space:
mode:
Diffstat (limited to 'textscreen/txt_label.h')
-rw-r--r--textscreen/txt_label.h2
1 files changed, 1 insertions, 1 deletions
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;
};