summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2012-03-28 21:37:01 -0400
committerKristian Høgsberg <krh@bitplanet.net>2012-03-28 21:37:01 -0400
commit7f637e24d7fb689f4650c5af03b363bc5338ec43 (patch)
treeccd8dcde746406b5f23d923814ec4a1dfe039107
parent77516c2941620d33eceddf3b92894ef894c2dbbf (diff)
xwayland: Remove wl_buffer.damage use
-rw-r--r--hw/xfree86/xwayland/xwayland-cursor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xfree86/xwayland/xwayland-cursor.c b/hw/xfree86/xwayland/xwayland-cursor.c
index 827c59c0c..e7efdae6f 100644
--- a/hw/xfree86/xwayland/xwayland-cursor.c
+++ b/hw/xfree86/xwayland/xwayland-cursor.c
@@ -129,8 +129,6 @@ xwl_realize_cursor(DeviceIntPtr device, ScreenPtr screen, CursorPtr cursor)
dixSetPrivate(&cursor->devPrivates, &xwl_cursor_private_key, buffer);
- wl_buffer_damage(buffer, 0, 0, cursor->bits->width, cursor->bits->height);
-
return TRUE;
}