ref: d54559068ac288be60dbc868a3ea5dae11e08a14
dir: /x.c/
#include <u.h>
#include <libc.h>
#include "st.h"
#include "win.h"
void
xbell(void)
{
}
void
xclipcopy(void)
{
}
void
xdrawcursor(int, int, Glyph, int, int, Glyph)
{
}
void
xdrawline(Line, int, int, int)
{
}
void
xfinishdraw(void)
{
}
void
xloadcols(void)
{
}
int
xsetcolorname(int, const char *)
{
return 0;
}
int
xgetcolor(int, unsigned char *, unsigned char *, unsigned char *)
{
return 0;
}
void
xseticontitle(char *)
{
}
void
xsettitle(char *)
{
}
int
xsetcursor(int)
{
return 0;
}
void
xsetmode(int, unsigned int)
{
}
void
xsetpointermotion(int)
{
}
void
xsetsel(char *)
{
}
int
xstartdraw(void)
{
return 0;
}
void
xximspot(int, int)
{
}