From 61a22ff7302998a8ed75a168a2c8147b39508b95 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 6 Jan 2014 03:33:03 +0000 Subject: [PATCH 1/1] gui: Rename struct win_data to gui_window. We will pass around pointers to these structures eventually, so let's choose a better name. --- gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui.c b/gui.c index de662854..7507eea4 100644 --- a/gui.c +++ b/gui.c @@ -34,7 +34,7 @@ static char *stat_content[NUM_STAT_ITEMS]; static int signal_pipe; -static struct win_data { +static struct gui_window { WINDOW *win; size_t begx; size_t begy; -- 2.39.2