break x11 for sure

This commit is contained in:
rsc 2005-02-02 22:04:41 +00:00
parent 568e208e37
commit 41e0f84ca6
17 changed files with 142 additions and 16 deletions

11
src/libdraw/nowsys-fill.c Normal file
View file

@ -0,0 +1,11 @@
#include <u.h>
#include <libc.h>
#include <draw.h>
#include <memdraw.h>
void
memfillcolor(Memimage *m, u32int val)
{
_memfillcolor(m, val);
}