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