Move window-manipulating functions into x.c
xresize is now internal to x.c Signed-off-by: Devin J. Pohly <djpohly@gmail.com>
This commit is contained in:
1
win.h
1
win.h
@ -16,7 +16,6 @@ void xloadcols(void);
|
||||
int xsetcolorname(int, const char *);
|
||||
void xsettitle(char *);
|
||||
void xsetpointermotion(int);
|
||||
void xresize(int, int);
|
||||
void xselpaste(void);
|
||||
void xsetsel(char *, Time);
|
||||
void zoom(const Arg *);
|
||||
|
Reference in New Issue
Block a user