|
@@ -707,6 +707,9 @@ static void surface_frame_done(void *data, struct wl_callback *cb, uint32_t time
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ // Create the pointer confinement region, if necessary.
|
|
|
+ Wayland_input_confine_pointer(wind->waylandData->input, wind->sdlwindow);
|
|
|
+
|
|
|
/* If the window was initially set to the suspended state, send the occluded event now,
|
|
|
* as we don't want to mark the window as occluded until at least one frame has been submitted.
|
|
|
*/
|