aboutsummaryrefslogtreecommitdiffstats
path: root/action.h
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-05-11 10:22:39 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-05-11 10:22:39 +0000
commitf3d6759b28a0d74407efe98c598649903ac22a04 (patch)
tree71416c344308b3921a3dae5ebbd3809c2c236907 /action.h
parentfaf43c6311d3445fd142307eab2ec2765e3d3d7d (diff)
downloaddzen-f3d6759b28a0d74407efe98c598649903ac22a04.tar.gz
dzen-f3d6759b28a0d74407efe98c598649903ac22a04.zip
renamed "onquit" to "onexit"
git-svn-id: http://dzen.googlecode.com/svn/trunk@18 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'action.h')
-rw-r--r--action.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/action.h b/action.h
index 9085410..da5b739 100644
--- a/action.h
+++ b/action.h
@@ -15,8 +15,8 @@ typedef struct EV Ev;
enum ev_id {
/* internal events, should not be used by the user */
exposetitle, exposeslave,
- /* startup, shutdown */
- onstart, onquit,
+ /* startup, exit */
+ onstart, onexit,
/* mouse buttons */
button1, button2, button3, button4, button5,
/* entering/leaving windows */