Use the EvaluationContext in the signal handler

This commit is contained in:
Olivier Goffart 2020-05-28 14:26:07 +02:00
parent e86a7d3192
commit f6d1151832
7 changed files with 62 additions and 29 deletions

View file

@ -24,6 +24,7 @@ void run(Component *c)
VRefMut<ComponentVTable> { &Component::component_type, c });
}
using internal::EvaluationContext;
using internal::Image;
using internal::ImageVTable;
using internal::Rectangle;