drm/qxl: fix cursor position with non-zero hotspot
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / drm / qxl / qxl_drv.h
index 01a86948eb8cd6007a1db70785b714df9bc9cbb1..3ab90179e9ab9075db3d29d8b3ea55084f0b077c 100644 (file)
@@ -135,6 +135,8 @@ struct qxl_crtc {
        int index;
        int cur_x;
        int cur_y;
+       int hot_spot_x;
+       int hot_spot_y;
 };
 
 struct qxl_output {