]> git.sur5r.net Git - i3/i3/commitdiff
support the window event, tag 0.15
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 18 Feb 2013 10:01:04 +0000 (11:01 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 19 Aug 2017 16:13:19 +0000 (18:13 +0200)
Changes
lib/AnyEvent/I3.pm

diff --git a/Changes b/Changes
index 0a62838b3103f83f4ad9b630bf3467c00afe08b0..ab63dd0622ece8d641afac1a01b4a72febc6e32e 100644 (file)
--- 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
index 309a11c0928c3da3d72cae90f121b9043f5ba399..e472ccc619ac5e0f1141e81f713c4d5e30073645 100644 (file)
@@ -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,
 );