Re: [PATCH] desktop-shell: fix the crash while clicking TRANSIENT_INACTIVE window

2019-04-14 Thread Simon Ser
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

[PATCH] desktop-shell: fix the crash while clicking TRANSIENT_INACTIVE window

2019-04-14 Thread Barry Song
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

[RFC 0/1] Color manager calibration protocol v1

2019-04-14 Thread Erwin Burema
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

[RFC 1/1] Add color manager calibration protocol v1

2019-04-14 Thread Erwin Burema
--- .../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