Hi,
Weston now uses GitLab [1] merge requests for contributions. Can you
resend your patch on GitLab?
Thanks,
[1]: https://gitlab.freedesktop.org/wayland/weston
--
Simon Ser
https://emersion.fr
___
wayland-devel mailing list
wayland-devel@lists.freede
From: Barry Song
It is pretty easy to replicate this bug by involving a Qt Window with
Qt::WindowTransparentForInput flag.
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.show();
QDialog d1(&w, Qt::WindowTransparentForInput);
d1.show();
re
Without a way to calibrate/profile screens an color management protocol looses
a lot of its value. So to add this missing feature I wrote the following
protocol.
The idea is that the calibration/profiling SW only sets the RGB triplet and
then the compositor is responsible to draw a rectanglular
---
.../cm_wayland_calibration.xml| 106 ++
1 file changed, 106 insertions(+)
create mode 100644
unstable/color-manager-calibration/cm_wayland_calibration.xml
diff --git a/unstable/color-manager-calibration/cm_wayland_calibration.xml
b/unstable/color-manager-cal