From 8637be0fdc4e67434d76fed1ca65e54bb92ddb41 Mon Sep 17 00:00:00 2001 From: gotmor Date: Tue, 14 Aug 2007 13:51:10 +0000 Subject: added XPM icons support drawing enhancement and fixes added command line option '-h' to set the line height git-svn-id: http://dzen.googlecode.com/svn/trunk@153 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- action.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'action.h') diff --git a/action.h b/action.h index 4c592d3..f3dad22 100644 --- a/action.h +++ b/action.h @@ -80,4 +80,6 @@ int a_scrollhome(char **); int a_scrollend(char **); int a_grabkeys(char **); int a_ungrabkeys(char **); +int a_grabmouse(char **); +int a_ungrabmouse(char **); -- cgit v1.2.3-54-g00ecf