[PATCH xserver] wayland: Remove unused field in xwl_screen

Olivier Fourdan ofourdan at redhat.com
Wed Jun 8 15:10:11 UTC 2016


Can't find any reference of pointer_limbo_window in the code, let's
remove it.

Signed-off-by: Olivier Fourdan <ofourdan at redhat.com>
---
 hw/xwayland/xwayland.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/xwayland/xwayland.h b/hw/xwayland/xwayland.h
index ef8811f..b8a58e7 100644
--- a/hw/xwayland/xwayland.h
+++ b/hw/xwayland/xwayland.h
@@ -47,7 +47,6 @@ struct xwl_screen {
     int height;
     int depth;
     ScreenPtr screen;
-    WindowPtr pointer_limbo_window;
     int expecting_event;
     enum RootClipMode root_clip_mode;
 
-- 
2.7.4



More information about the xorg-devel mailing list