Introduction
Introduction Statistics Contact Development Disclaimer Help
A small change for a test. - tabbed - tab interface for application supporting …
git clone git://git.suckless.org/tabbed
Log
Files
Refs
README
LICENSE
---
commit 397ede184ba4ceefc2912afb9ebd614f64114a02
parent c342b209a27a4cec84819edbc10c27ea56db006a
Author: Christoph Lohmann <[email protected]>
Date: Wed, 28 Nov 2012 23:23:42 +0100
A small change for a test.
Diffstat:
M tabbed.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tabbed.c b/tabbed.c
@@ -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 }; /* def…
+enum { WMProtocols, WMDelete, WMName, XEmbed, WMLast }; /* default atoms */
typedef union {
int i;
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.