This repository has been archived on 2021-04-22. You can view files and clone it, but cannot push or open issues/pull-requests.
2017-01-20 09:06:39 +01:00
|
|
|
/* See LICENSE for license details. */
|
|
|
|
|
|
|
|
void draw(void);
|
|
|
|
void drawregion(int, int, int, int);
|
|
|
|
|
2017-10-10 19:01:18 +02:00
|
|
|
void xbell(void);
|
2017-01-20 09:06:39 +01:00
|
|
|
void xclipcopy(void);
|
|
|
|
void xhints(void);
|
|
|
|
void xloadcols(void);
|
|
|
|
int xsetcolorname(int, const char *);
|
|
|
|
void xsettitle(char *);
|
2017-11-07 00:57:45 +01:00
|
|
|
int xsetcursor(int);
|
2017-01-20 09:06:39 +01:00
|
|
|
void xsetpointermotion(int);
|
2017-11-07 01:25:58 +01:00
|
|
|
void xsetsel(char *);
|