Sign in
plan9port
/
plan9
/
d4f27433da94a55b6e043d688927ed95c60e2f75
/
.
/
src
/
libdraw
/
md-hwdraw.c
blob: 3f36250f22ec43c8bf6cb3d064bc2cc8e01333e5 [
file
]
#include
<u.h>
#include
<libc.h>
#include
<draw.h>
#include
<memdraw.h>
int
hwdraw
(
Memdrawparam
*
p
)
{
USED
(
p
);
return
0
;
/* could not satisfy request */
}