Sign in
plan9port
/
plan9
/
6292a25b694b0a4183942f92404208bfc09b51f8
/
.
/
src
/
libmemdraw
/
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 */
}