aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2013-02-18 11:01:04 +0100
committerMichael Stapelberg <michael@stapelberg.de>2013-02-18 11:01:04 +0100
commit967e2274f6db2fbb3b0ea420afe1b89668c67137 (patch)
tree04bb044f451568e2950d38ac1c61ba215068f045
parentd14259c894934ec72893ea79cf41143995d46d3d (diff)
downloadi3-AnyEvent-0.15.tar.gz
i3-AnyEvent-0.15.zip
support the window event, tag 0.15AnyEvent-0.15
-rw-r--r--Changes4
-rw-r--r--lib/AnyEvent/I3.pm5
2 files changed, 7 insertions, 2 deletions
diff --git a/Changes b/Changes
index 0a62838b..ab63dd06 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for AnyEvent-I3
+0.15 2013-02-18
+
+ * support the window event
+
0.14 2012-09-22
* support the mode event
diff --git a/lib/AnyEvent/I3.pm b/lib/AnyEvent/I3.pm
index 309a11c0..e472ccc6 100644
--- a/lib/AnyEvent/I3.pm
+++ b/lib/AnyEvent/I3.pm
@@ -16,11 +16,11 @@ AnyEvent::I3 - communicate with the i3 window manager
=cut
-our $VERSION = '0.14';
+our $VERSION = '0.15';
=head1 VERSION
-Version 0.14
+Version 0.15
=head1 SYNOPSIS
@@ -111,6 +111,7 @@ my %events = (
workspace => ($event_mask | 0),
output => ($event_mask | 1),
mode => ($event_mask | 2),
+ window => ($event_mask | 3),
_error => 0xFFFFFFFF,
);