Inline clipboard functions
No need to keep a function that only calls another function in the same file. Signed-off-by: Devin J. Pohly <djpohly@gmail.com>
This commit is contained in:
parent
65976c1a29
commit
428f01969a
2 changed files with 19 additions and 33 deletions
2
win.h
2
win.h
|
@ -10,11 +10,9 @@ void drawregion(int, int, int, int);
|
|||
|
||||
void xbell(void);
|
||||
void xclipcopy(void);
|
||||
void xclippaste(void);
|
||||
void xhints(void);
|
||||
void xloadcols(void);
|
||||
int xsetcolorname(int, const char *);
|
||||
void xsettitle(char *);
|
||||
void xsetpointermotion(int);
|
||||
void xselpaste(void);
|
||||
void xsetsel(char *, Time);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue