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