xserver: Branch 'master'

Adam Jackson ajax at kemper.freedesktop.org
Wed Jun 8 17:12:31 UTC 2016


 hw/xwayland/xwayland.h |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 4653793de3860f2d83a39919af348527bc719794
Author: Olivier Fourdan <ofourdan at redhat.com>
Date:   Wed Jun 8 17:10:11 2016 +0200

    wayland: Remove unused field in xwl_screen
    
    Can't find any reference of pointer_limbo_window in the code, let's
    remove it.
    
    Reviewed-by: Adam Jackson <ajax at redhat.com>
    Signed-off-by: Olivier Fourdan <ofourdan at redhat.com>

diff --git a/hw/xwayland/xwayland.h b/hw/xwayland/xwayland.h
index 70a0492..aead0a8 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;
 


More information about the xorg-commit mailing list