]> git.sur5r.net Git - i3/i3/commit
Added 'con_is_hidden' to check whether a given container is visible to the user assum...
authorIngo Bürk <ingo.buerk@tngtech.com>
Thu, 16 Apr 2015 17:42:31 +0000 (19:42 +0200)
committerIngo Bürk <ingo.buerk@tngtech.com>
Tue, 21 Apr 2015 07:13:48 +0000 (09:13 +0200)
commitd12482e5fd08403ce0954318e2993b2fb7214c8e
treea518b9ccef7931f3f82932b71859840a39d7d3b3
parent67ec2333ee659e4b8ce90e75b94a518a2dee81c0
Added 'con_is_hidden' to check whether a given container is visible to the user assuming its workspace is visible.
This is useful for determining whether we want to set the _NET_WM_STATE_HIDDEN atom on the window.
include/con.h
src/con.c