From 5b886074bc2e948e0757f6a71b2cd12d86e50cdb Mon Sep 17 00:00:00 2001 From: gotmor Date: Mon, 26 Jan 2009 14:30:58 +0000 Subject: added "-title-name" and "-slave-name" command line options git-svn-id: http://dzen.googlecode.com/svn/trunk@238 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- dzen.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dzen.h') diff --git a/dzen.h b/dzen.h index 625cfbf..f31a629 100644 --- a/dzen.h +++ b/dzen.h @@ -31,7 +31,6 @@ # define Button7 7 #endif -/* gui data structures */ enum { ColFG, ColBG, ColLast }; /* exapansion directions */ @@ -55,6 +54,7 @@ struct Fnt { struct TW { int x, y, width, height; + char *name; Window win; Drawable drawable; char alignment; @@ -67,6 +67,7 @@ struct TW { struct SW { int x, y, width, height; + char *name; Window win; Window *line; Drawable *drawable; -- cgit v1.2.3-54-g00ecf