diff options
Diffstat (limited to 'dwm.c')
| -rw-r--r-- | dwm.c | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -187,7 +187,7 @@ static void movemouse(const Arg *arg); static Client *nexttiled(Client *c); static void pop(Client *c); static void propertynotify(XEvent *e); -static void quit(const Arg *arg); +/* static void quit(const Arg *arg); */ static Monitor *recttomon(int x, int y, int w, int h); static void resize(Client *c, int x, int y, int w, int h, int interact); static void resizeclient(Client *c, int x, int y, int w, int h); @@ -1261,11 +1261,11 @@ propertynotify(XEvent *e) } } -void -quit(const Arg *arg) -{ - running = 0; -} +/* void */ +/* quit(const Arg *arg) */ +/* { */ +/* running = 0; */ +/* } */ Monitor * recttomon(int x, int y, int w, int h) |
