]> git.mdlowis.com Git - proto/labwc.git/commit
output: access texture width/height directly
authorJohan Malm <jgm323@gmail.com>
Mon, 17 May 2021 18:55:57 +0000 (19:55 +0100)
committerJohan Malm <jgm323@gmail.com>
Mon, 17 May 2021 18:55:57 +0000 (19:55 +0100)
commit892e93dd84c514b4e6f34a0fab01c727edd2d8de
tree623a481e7ef5ce3e1ee451954195d7ade4acc12b
parent9769fad7a52825dd48ee5de715bf4c89bfff6b28
output: access texture width/height directly

wlr_texture_get_size() is removed in wlroots@6369f709 so we have to
access width and height directly.
src/output.c