aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/dwm.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/dwm.h18
1 files changed, 11 insertions, 7 deletions
diff --git a/src/core/dwm.h b/src/core/dwm.h
index d3bdf5a..5e1b2e4 100644
--- a/src/core/dwm.h
+++ b/src/core/dwm.h
@@ -163,17 +163,20 @@ static void manage(Window w, XWindowAttributes *wa);
163static void mappingnotify(XEvent *e); 163static void mappingnotify(XEvent *e);
164static void maprequest(XEvent *e); 164static void maprequest(XEvent *e);
165static void motionnotify(XEvent *e); 165static void motionnotify(XEvent *e);
166static void movemouse(const Arg *arg); 166// @TODO marked for removal
167// static void movemouse(const Arg *arg);
167static Client *nexttiled(Client *c); 168static Client *nexttiled(Client *c);
168static void pop(Client *c); 169// static void pop(Client *c);
169static void propertynotify(XEvent *e); 170static void propertynotify(XEvent *e);
170static void quit(const Arg *arg); 171// @TODO marked for removal
172// static void quit(const Arg *arg);
171static Monitor *recttomon(int x, int y, int w, int h); 173static Monitor *recttomon(int x, int y, int w, int h);
172static void removesystrayicon(Client *i); 174static void removesystrayicon(Client *i);
173static void resize(Client *c, int x, int y, int w, int h, int interact); 175static void resize(Client *c, int x, int y, int w, int h, int interact);
174static void resizebarwin(Monitor *m); 176static void resizebarwin(Monitor *m);
175static void resizeclient(Client *c, int x, int y, int w, int h); 177static void resizeclient(Client *c, int x, int y, int w, int h);
176static void resizemouse(const Arg *arg); 178// @TODO marked for removal
179// static void resizemouse(const Arg *arg);
177static void resizerequest(XEvent *e); 180static void resizerequest(XEvent *e);
178static void restack(Monitor *m); 181static void restack(Monitor *m);
179static void restart(const Arg *arg); 182static void restart(const Arg *arg);
@@ -181,7 +184,7 @@ static void run(void);
181static void scan(void); 184static void scan(void);
182static int sendevent(Window w, Atom proto, int m, long d0, long d1, long d2, 185static int sendevent(Window w, Atom proto, int m, long d0, long d1, long d2,
183 long d3, long d4); 186 long d3, long d4);
184static void sendmon(Client *c, Monitor *m); 187// static void sendmon(Client *c, Monitor *m);
185static void setclientstate(Client *c, long state); 188static void setclientstate(Client *c, long state);
186static void setfocus(Client *c); 189static void setfocus(Client *c);
187static void setfullscreen(Client *c, int fullscreen); 190static void setfullscreen(Client *c, int fullscreen);
@@ -194,7 +197,7 @@ static Monitor *systraytomon(Monitor *m);
194static void tag(const Arg *arg); 197static void tag(const Arg *arg);
195static void tile(Monitor *m); 198static void tile(Monitor *m);
196static void togglebar(const Arg *arg); 199static void togglebar(const Arg *arg);
197static void togglefloating(const Arg *arg); 200// static void togglefloating(const Arg *arg);
198static void togglefullscr(const Arg *arg); 201static void togglefullscr(const Arg *arg);
199static void toggletag(const Arg *arg); 202static void toggletag(const Arg *arg);
200static void toggleview(const Arg *arg); 203static void toggleview(const Arg *arg);
@@ -221,7 +224,8 @@ static Client *wintosystrayicon(Window w);
221static int xerror(Display *dpy, XErrorEvent *ee); 224static int xerror(Display *dpy, XErrorEvent *ee);
222static int xerrordummy(Display *dpy, XErrorEvent *ee); 225static int xerrordummy(Display *dpy, XErrorEvent *ee);
223static int xerrorstart(Display *dpy, XErrorEvent *ee); 226static int xerrorstart(Display *dpy, XErrorEvent *ee);
224static void zoom(const Arg *arg); 227// @TODO marked for removal
228// static void zoom(const Arg *arg);
225 229
226static pid_t getparentprocess(pid_t p); 230static pid_t getparentprocess(pid_t p);
227static int isdescprocess(pid_t p, pid_t c); 231static int isdescprocess(pid_t p, pid_t c);