summaryrefslogtreecommitdiff
path: root/textscreen/txt_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'textscreen/txt_window.h')
-rw-r--r--textscreen/txt_window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/textscreen/txt_window.h b/textscreen/txt_window.h
index 7aec10de..3659ed29 100644
--- a/textscreen/txt_window.h
+++ b/textscreen/txt_window.h
@@ -65,7 +65,7 @@ struct txt_window_s
// These are set automatically when the window is drawn
int window_x, window_y;
- int window_w, window_h;
+ unsigned int window_w, window_h;
};
txt_window_t *TXT_NewWindow(char *title);