config.def.h: ClkTagBar missing from comment c3a2e016
by Christopher Drelich <cd@cdrakka.com>

Patch was mangled on the ML, also adjusted the order to be the same as
the enum in dwm.c
Hiltjo Posthuma · 2018-05-25 06:56 1 file(s) · +1 −1
config.def.h +1 −1
97 97
};
98 98
99 99
/* button definitions */
100 -
/* click can be ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or ClkRootWin */
100 +
/* click can be ClkTagBar, ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or ClkRootWin */
101 101
static Button buttons[] = {
102 102
	/* click                event mask      button          function        argument */
103 103
	{ ClkLtSymbol,          0,              Button1,        setlayout,      {0} },