Move zoom functions into x.c
This makes x(un)loadfonts internal to x.c. Needed to reorder includes and move a typedef to keep the compiler happy. Signed-off-by: Devin J. Pohly <djpohly@gmail.com>
This commit is contained in:
7
win.h
7
win.h
@ -5,8 +5,6 @@
|
||||
#define XK_NO_MOD 0
|
||||
#define XK_SWITCH_MOD (1<<13)
|
||||
|
||||
typedef XftGlyphFontSpec GlyphFontSpec;
|
||||
|
||||
void draw(void);
|
||||
void drawregion(int, int, int, int);
|
||||
|
||||
@ -16,11 +14,12 @@ void xclippaste(void);
|
||||
void xhints(void);
|
||||
void xloadcols(void);
|
||||
int xsetcolorname(int, const char *);
|
||||
void xloadfonts(char *, double);
|
||||
void xsettitle(char *);
|
||||
void xsetpointermotion(int);
|
||||
void xseturgency(int);
|
||||
void xunloadfonts(void);
|
||||
void xresize(int, int);
|
||||
void xselpaste(void);
|
||||
void xsetsel(char *, Time);
|
||||
void zoom(const Arg *);
|
||||
void zoomabs(const Arg *);
|
||||
void zoomreset(const Arg *);
|
||||
|
Reference in New Issue
Block a user