From db58aac6a88f369fc109005548ad9170ee8b7720 Mon Sep 17 00:00:00 2001 From: gotmor Date: Sun, 13 Jun 2010 16:36:34 +0000 Subject: added support for nested ^ca() commands, thanks to Devin J. Pohly git-svn-id: http://dzen.googlecode.com/svn/trunk@268 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- dzen.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dzen.h') diff --git a/dzen.h b/dzen.h index 88259fa..afc3da2 100644 --- a/dzen.h +++ b/dzen.h @@ -62,6 +62,7 @@ struct Fnt { /* clickable areas */ typedef struct _CLICK_A { + int active; int button; int start_x; int end_x; -- cgit v1.2.3-54-g00ecf