diff options
Diffstat (limited to 'recipes-graphics/userland/files/0016-Allow-multiple-wayland-compositor-state-data-per-pro.patch')
-rw-r--r-- | recipes-graphics/userland/files/0016-Allow-multiple-wayland-compositor-state-data-per-pro.patch | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes-graphics/userland/files/0016-Allow-multiple-wayland-compositor-state-data-per-pro.patch b/recipes-graphics/userland/files/0016-Allow-multiple-wayland-compositor-state-data-per-pro.patch index 4445958..3790f80 100644 --- a/recipes-graphics/userland/files/0016-Allow-multiple-wayland-compositor-state-data-per-pro.patch +++ b/recipes-graphics/userland/files/0016-Allow-multiple-wayland-compositor-state-data-per-pro.patch | |||
@@ -1,7 +1,8 @@ | |||
1 | From fe9ff55dac403b148f229c865bf2826ea4edf447 Mon Sep 17 00:00:00 2001 | 1 | From 1eb8bdb4d45e3de9582145c120b0d3ede187c7a9 Mon Sep 17 00:00:00 2001 |
2 | From: Jeff Wannamaker <jeff_wannamaker@cable.comcast.com> | 2 | From: Jeff Wannamaker <jeff_wannamaker@cable.comcast.com> |
3 | Date: Sat, 27 Jan 2018 12:28:31 -0500 | 3 | Date: Sat, 27 Jan 2018 12:28:31 -0500 |
4 | Subject: [PATCH] Allow multiple wayland compositor state data per process | 4 | Subject: [PATCH 16/21] Allow multiple wayland compositor state data per |
5 | process | ||
5 | 6 | ||
6 | When eglBindWaylandDisplayWL is called store the wl_global | 7 | When eglBindWaylandDisplayWL is called store the wl_global |
7 | created in a list associated with the wayland display. | 8 | created in a list associated with the wayland display. |
@@ -139,3 +140,6 @@ index 9ef89cd..abd5ab3 100644 | |||
139 | 140 | ||
140 | CLIENT_UNLOCK(); | 141 | CLIENT_UNLOCK(); |
141 | 142 | ||
143 | -- | ||
144 | 2.27.0 | ||
145 | |||