]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
gui: Rename struct win_data to gui_window.
authorAndre Noll <maan@systemlinux.org>
Mon, 6 Jan 2014 03:33:03 +0000 (03:33 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 4 May 2014 12:04:04 +0000 (14:04 +0200)
We will pass around pointers to these structures eventually, so let's
choose a better name.

gui.c

diff --git a/gui.c b/gui.c
index de662854f50dd2e926e1327aba0cbd03a1232066..7507eea4cbe0364f837d94761ae36aa626dddd04 100644 (file)
--- 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;