Sign in
plan9port
/
plan9
/
3d7e9092a436b707f2160fb869ab68e2a222bc4e
/
.
/
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 */
}