support the barconfig_update and binding event, tag 0.16
This commit is contained in:
parent
bd1c33588d
commit
538c50c8ef
4
Changes
4
Changes
|
@ -1,5 +1,9 @@
|
|||
Revision history for AnyEvent-I3
|
||||
|
||||
0.16 2014-10-03
|
||||
|
||||
* support the barconfig_update and binding event
|
||||
|
||||
0.15 2013-02-18
|
||||
|
||||
* support the window event
|
||||
|
|
|
@ -16,11 +16,11 @@ AnyEvent::I3 - communicate with the i3 window manager
|
|||
|
||||
=cut
|
||||
|
||||
our $VERSION = '0.15';
|
||||
our $VERSION = '0.16';
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
Version 0.15
|
||||
Version 0.16
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
|
@ -112,6 +112,8 @@ my %events = (
|
|||
output => ($event_mask | 1),
|
||||
mode => ($event_mask | 2),
|
||||
window => ($event_mask | 3),
|
||||
barconfig_update => ($event_mask | 4),
|
||||
binding => ($event_mask | 5),
|
||||
_error => 0xFFFFFFFF,
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue