From: Andre Noll Date: Mon, 6 Jan 2014 03:33:03 +0000 (+0000) Subject: gui: Rename struct win_data to gui_window. X-Git-Tag: v0.5.3~12^2~45 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=61a22ff7302998a8ed75a168a2c8147b39508b95;hp=eb8ac00d795be355154f237d7e29f8ecf9999846 gui: Rename struct win_data to gui_window. We will pass around pointers to these structures eventually, so let's choose a better name. --- 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;