diff options
Diffstat (limited to 'dwm.c.rej')
-rw-r--r-- | dwm.c.rej | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dwm.c.rej b/dwm.c.rej new file mode 100644 index 0000000..22217df --- /dev/null +++ b/dwm.c.rej @@ -0,0 +1,10 @@ +--- dwm.c ++++ dwm.c +@@ -177,6 +177,7 @@ static void grabkeys(void); + static void incnmaster(const Arg *arg); + static void keypress(XEvent *e); + static void killclient(const Arg *arg); ++static void layoutmenu(const Arg *arg); + static void manage(Window w, XWindowAttributes *wa); + static void mappingnotify(XEvent *e); + static void maprequest(XEvent *e); |