#include "xsimple.h"

void settitle(char *s)
{
   XStoreName(xv.d, xv.w, s);
}