]> git.sur5r.net Git - i3/i3/commit
Introduce a cached boolean for changes to the mark of a window.
authorIngo Bürk <ingo.buerk@tngtech.com>
Sat, 28 Mar 2015 23:13:44 +0000 (00:13 +0100)
committerIngo Bürk <ingo.buerk@tngtech.com>
Mon, 30 Mar 2015 21:08:25 +0000 (23:08 +0200)
commit2af1a800283b20b3fa0c5d0791ee1083fc9d207d
tree50638b2df5e069d093be95665bb84c3a52e5f975
parent1e89a301d5b25a819e8fc5042cc38d497837dcd8
Introduce a cached boolean for changes to the mark of a window.
This is necessary to correctly redraw window decorations when the mark of
a window is added or removed.
include/data.h
src/commands.c
src/x.c