X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=gui.c;h=cf25cd4588524afa70989c4212dfecd377c8f538;hb=2101e3b42eaacb7ea98cf549c4553dafdb10126a;hp=0cb4b74afd0d616afedb06ec18fdc4f3329fc9d2;hpb=695086cebfe6e44e61a6d11e64128c1f5d60fd4b;p=paraslash.git diff --git a/gui.c b/gui.c index 0cb4b74a..cf25cd45 100644 --- a/gui.c +++ b/gui.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2007 Andre Noll + * Copyright (C) 1998-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -45,7 +45,7 @@ struct rb_entry { size_t len; int color; }; -void *bot_win_rb; +struct ringbuffer *bot_win_rb; #define NUM_LINES(len) (1 + (len) / bot.cols) static unsigned scroll_position;