]> git.corax.cc Git - mwm/commit
client: Redraw clients if their geometry has changed
authorMatthias Kruk <m@m10k.eu>
Sun, 23 May 2021 22:09:01 +0000 (07:09 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 23 May 2021 22:09:01 +0000 (07:09 +0900)
commit46c2bfdeb56a6540b7da0259530287471be82103
tree52e0fb150409f7038385557ad550a13fec023f25
parente04cbea60f6f50b902e6e4f3508456c96c8a3b53
client: Redraw clients if their geometry has changed

If the geometry of a client has been changed using client_set_geometry(),
the client should be redrawn. This commit makes the function mark the
client as needing a redraw, so that it will be redrawn the next time that
the monitor/workspace is redrawn.
client.c