blob: c5b50ad7775203743dcda7f6c84fc17e80f79520 [file] [log] [blame]
#include <u.h>
#include <libc.h>
#include <draw.h>
static int
bad(void)
{
sysfatal("compiled with no window system support");
return 0;
}
void
drawtopwindow(void)
{
bad();
}
void
drawresizewindow(Rectangle r)
{
bad();
}