~kris/suckless

tabbed

397ede184ba4ceefc2912afb9ebd614f64114a02 — Christoph Lohmann 13 years ago c342b20
A small change for a test.
1 files changed, 1 insertions(+), 1 deletions(-)

M tabbed.c
M tabbed.c => tabbed.c +1 -1
@@ 49,7 49,7 @@
#define TEXTW(x)                 (textnw(x, strlen(x)) + dc.font.height)

enum { ColFG, ColBG, ColLast };                         /* color */
enum { WMProtocols, WMDelete, WMName, XEmbed, WMLast };                 /* default atoms */
enum { WMProtocols, WMDelete, WMName, XEmbed, WMLast }; /* default atoms */

typedef union {
	int i;