summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Vignatti <tiago.vignatti@intel.com>2012-07-20 19:38:11 +0300
committerKristian Høgsberg <krh@bitplanet.net>2012-07-20 15:35:20 -0400
commit098c0fb5c8361b38c086cca8ad43614ccdf9b9d0 (patch)
treee2a625c0b6e912323e87233bbf014989d022837f
parentfacfb9415debd77fe18b4dbc1ee82f3ba25f5ee6 (diff)
xwayland: Remove unused grab fields
Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
-rw-r--r--hw/xfree86/xwayland/xwayland-private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xfree86/xwayland/xwayland-private.h b/hw/xfree86/xwayland/xwayland-private.h
index aaa77b47e..f697b6046 100644
--- a/hw/xfree86/xwayland/xwayland-private.h
+++ b/hw/xfree86/xwayland/xwayland-private.h
@@ -96,9 +96,7 @@ struct xwl_seat {
struct wl_keyboard *wl_keyboard;
struct wl_array keys;
struct wl_surface *cursor;
- int grab;
struct xwl_window *focus_window;
- int32_t grab_x, grab_y;
uint32_t id;
uint32_t pointer_enter_serial;
struct xorg_list link;