aboutsummaryrefslogtreecommitdiff
path: root/src/libmemdraw/fill-stub.c
blob: d75459f1780b5ed24f9e690dea080479877b60b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <u.h>
#include <libc.h>
#include <draw.h>
#include <memdraw.h>

void
memfillcolor(Memimage *m, u32int val)
{
	_memfillcolor(m, val);
}