X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=gui.c;h=cf25cd4588524afa70989c4212dfecd377c8f538;hb=7066e3f0a8ff4b8c226dc1f606999816721e3b86;hp=f2115832ec3a0773105c152b88e25048873c1a8b;hpb=0845d4aad5a6de08ceeae1700ef86bb38f9dc477;p=paraslash.git diff --git a/gui.c b/gui.c index f2115832..cf25cd45 100644 --- a/gui.c +++ b/gui.c @@ -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;