]> git.mdlowis.com Git - proto/labwc.git/commit
magnifier: fix flickering on simultaneous gamma changes
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Mon, 17 Jun 2024 14:36:07 +0000 (16:36 +0200)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Sat, 29 Jun 2024 21:36:41 +0000 (23:36 +0200)
commit45b197b8a4e6da4e54c8db77be6ae64e8895f451
treed265700ab5e9a20a8142f6e82bcda0a1b19f80f6
parentb8c3e064e76ca3722c19cee76f925dd71b3c6377
magnifier: fix flickering on simultaneous gamma changes

Gamma changes take another code path and thus did not
render the magnifier. This patch consalidates both
code paths and therefore also renders the magnifier on
gamma changes.

Fixes: #1905
include/common/scene-helpers.h
src/common/scene-helpers.c
src/magnifier.c
src/output.c