Sign in
plan9port
/
plan9
/
3f6a501b4d661acb8dba53d8a857e963aad2fe6b
/
.
/
src
/
libdraw
/
nowsys-wsys.c
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
();
}