Aesthetic improvements to chat widget. Also fixed the ghosting issue in a few areas by using repaint().
Restored "random" button next to "seed" button in mapcontainer widget when in hand-drawn mode.
#include <stdio.h>
#include "openalbridge.h"
int main (int argc, int **argv) {
openal_init();
openal_close();
return 0;
}