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:
parent
a09138afa5
commit
a8314643b1
4 changed files with 45 additions and 46 deletions
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 *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue