CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]  2012/01/25 03:29:30

Modified files:
        x11/i3         : Makefile 
        x11/i3/patches : patch-src_con_c patch-src_floating_c 
                         patch-src_handlers_c 
Added files:
        x11/i3/patches : patch-include_ewmh_h patch-include_floating_h 
                         patch-src_ewmh_c patch-src_main_c 
                         patch-src_randr_c 

Log message:
Bugfix: setup the _NET_SUPPORTING_WM_CHECK atom in a standards-compliant
way. This makes chrome (and probably other apps, too) receive changes
of the _NET_ACTIVE_WINDOW and thus show its bookmark dialog properly
(upstream git commit 4f26d6f2a1a0efb7fa15999f9cc00d8673220e97)

Bugfix: only ignore EnterNotify events after UnmapNotifies from
managed windows. This fixes some focus follows mouse problems
(upstream git commit 47fd15649ad63f3becef8870276e51c6214300fc)

Bugfix: force a new sequence number after UnmapNotify. This fixes
the problem where legitimate EnterNotify arrived with the same
sequence as the UnmapNotify and was ignored
(upstream git commit 7a4d8ed6ed67c4d0d958458f58e4db1598c9cd75)

Bugfix: position floating windows exactly where their geometry
specified
(upstream git commit cb4c9b9d27a095047a5ac22ae75f6ee17475ba18)

Bugfix: fix coordinates when the rect of an output changes
(upstream git commit 077d2433a7186550ee349284b1849ec2048af69c)

Reply via email to