diff options
| author | Christoph Lohmann <20h@r-36.net> | 2012-11-28 23:23:42 +0100 |
|---|---|---|
| committer | Christoph Lohmann <20h@r-36.net> | 2012-11-28 23:23:42 +0100 |
| commit | 397ede184ba4ceefc2912afb9ebd614f64114a02 (patch) | |
| tree | 1f480736aa4997400e2218ebb98f47fae1afb9d7 /tabbed.c | |
| parent | c342b209a27a4cec84819edbc10c27ea56db006a (diff) | |
| download | tabbed-397ede184ba4ceefc2912afb9ebd614f64114a02.tar.gz | |
A small change for a test.
Diffstat (limited to 'tabbed.c')
| -rw-r--r-- | tabbed.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |