summaryrefslogtreecommitdiff
path: root/hw/xwayland/xwayland-present.h
diff options
context:
space:
mode:
authorMichel Dänzer <mdaenzer@redhat.com>2021-05-07 17:55:13 +0200
committerMichel Dänzer <michel@daenzer.net>2021-07-09 16:18:33 +0200
commitf8c086b2145d1c9364e9b43ff4d796791d8af169 (patch)
tree8ff4f56c4412756f9e86f089467fff8fd16af526 /hw/xwayland/xwayland-present.h
parentc30f3d08acb01a41df0fe7176f237137f3039480 (diff)
downloadxserver-f8c086b2145d1c9364e9b43ff4d796791d8af169.tar.gz
xwayland/present: Fold xwl_present_event_notify into its caller
Can just call xwl_present_execute directly. This allows dropping the window member from struct xwl_present_window as well. Acked-by: Olivier Fourdan <ofourdan@redhat.com>
Diffstat (limited to 'hw/xwayland/xwayland-present.h')
-rw-r--r--hw/xwayland/xwayland-present.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xwayland/xwayland-present.h b/hw/xwayland/xwayland-present.h
index 98c2d0dfb..e3aaf933d 100644
--- a/hw/xwayland/xwayland-present.h
+++ b/hw/xwayland/xwayland-present.h
@@ -35,7 +35,6 @@
#ifdef GLAMOR_HAS_GBM
struct xwl_present_window {
- WindowPtr window;
struct xorg_list frame_callback_list;
uint64_t msc;