aboutsummaryrefslogtreecommitdiffstats
path: root/src/redraw_fixer.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-09-14redraw_fixer: a couple of style fixesMarcus Fritzsch1-5/+7
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
2017-09-12redraw_fixer: add file license headerMarcus Fritzsch1-3/+15
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
2017-09-12redraw_fixer: fix a couple of unneeded extra redundant stuffMarcus Fritzsch1-40/+28
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
2017-09-12add redraw_fixer, separate controller toolMarcus Fritzsch1-0/+126
* Use the existing wayland.hpp/cpp implementation * Listen for visibility and destination_rectangle events * Apply changing values to opacity to "fix" redraw Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>