Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
fixed xterm font change (all other related apps should work fine with this fix as...
[dwm.git]
/
dwm.h
diff --git
a/dwm.h
b/dwm.h
index
25971ac
..
57d628a
100644
(file)
--- a/
dwm.h
+++ b/
dwm.h
@@
-17,7
+17,7
@@
typedef struct DC DC;
typedef struct Fnt Fnt;
union Arg {
typedef struct Fnt Fnt;
union Arg {
- const char *
*argv
;
+ const char *
cmd
;
int i;
};
int i;
};
@@
-121,6
+121,7
@@
extern int xerror(Display *dsply, XErrorEvent *ee);
extern void appendtag(Arg *arg);
extern void dofloat(Arg *arg);
extern void dotile(Arg *arg);
extern void appendtag(Arg *arg);
extern void dofloat(Arg *arg);
extern void dotile(Arg *arg);
+extern void initrregs();
extern Client *getnext(Client *c);
extern Client *getprev(Client *c);
extern void replacetag(Arg *arg);
extern Client *getnext(Client *c);
extern Client *getprev(Client *c);
extern void replacetag(Arg *arg);