From 2bac4f00ed028c8a3f33e4a06c55a88da5019e11 Mon Sep 17 00:00:00 2001 From: gotmor Date: Fri, 27 Feb 2009 01:47:33 +0000 Subject: applied patch from Philip Lewis: * refactored out big block of duplicated code in draw.c:parse_line() * y tracking for clickable areas * fixed bug where having position locked at end of line could screw up autoresize * "block align" formatting command: ^ba(width,align) * added optional arguments to menuprint actions git-svn-id: http://dzen.googlecode.com/svn/trunk@255 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- dzen.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dzen.h') diff --git a/dzen.h b/dzen.h index 6dfdf7d..8c3811c 100644 --- a/dzen.h +++ b/dzen.h @@ -65,6 +65,8 @@ typedef struct _CLICK_A { int button; int start_x; int end_x; + int start_y; + int end_y; char cmd[1024]; } click_a; extern click_a sens_areas[MAX_CLICKABLE_AREAS]; -- cgit v1.2.3-54-g00ecf