aboutsummaryrefslogtreecommitdiffstats
path: root/action.h
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-05-09 17:43:16 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-05-09 17:43:16 +0000
commitc39f3f6e2cf3623306b7df4ab5a670329d4c4e45 (patch)
tree4c19849ecced0dce228c1e33e64637c3da38cab6 /action.h
parent686d65dbd94f6b23c4422ed0cfdc2f9d73574825 (diff)
downloaddzen-c39f3f6e2cf3623306b7df4ab5a670329d4c4e45.tar.gz
dzen-c39f3f6e2cf3623306b7df4ab5a670329d4c4e45.zip
added onstart, onquit events
git-svn-id: http://dzen.googlecode.com/svn/trunk@12 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'action.h')
-rw-r--r--action.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/action.h b/action.h
index 47ed4d7..311ca4c 100644
--- a/action.h
+++ b/action.h
@@ -15,6 +15,8 @@ typedef struct EV Ev;
enum ev_id {
/* internal events, should not be used by the user */
exposetitle, exposeslave,
+ /* startup, shutdown */
+ onstart, onquit,
/* mouse buttons */
button1, button2, button3, button4, button5,
/* entering/leaving windows */