]> git.sur5r.net Git - i3/i3/commit
Introduce con_get_fullscreen_covering_ws
authorOrestis Floros <orestisf1993@gmail.com>
Wed, 22 Aug 2018 11:02:27 +0000 (14:02 +0300)
committerOrestis Floros <orestisf1993@gmail.com>
Wed, 22 Aug 2018 11:05:50 +0000 (14:05 +0300)
commitefc78de4eee704672c09b5652afce4739e1e54f1
treecce566af56e91176eca57b4890fde0327974f753
parentb3e69ed12a5c62b74501b9f375ddf742fb9fb44c
Introduce con_get_fullscreen_covering_ws

This commit will also fix the following bugs:
1. click.c: Users could drag global fullscreen floating containers.
2. render.c: Floating containers would get rendered with a global fullscreen container in another
workspace.
include/con.h
src/click.c
src/commands.c
src/con.c
src/handlers.c
src/manage.c
src/render.c