mirror of
https://github.com/swaywm/sway.git
synced 2026-04-24 06:46:22 -04:00
WLR MR 3421 fix: wlr_mirror_v1 -> wlr_mirror
This commit is contained in:
parent
d39d8180c8
commit
494388bcd2
4 changed files with 19 additions and 19 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef _SWAY_MIRROR_H
|
||||
#define _SWAY_MIRROR_H
|
||||
|
||||
#include <wlr/types/wlr_mirror_v1.h>
|
||||
#include <wlr/types/wlr_mirror.h>
|
||||
#include <wlr/util/box.h>
|
||||
#include "sway/output.h"
|
||||
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
* Allows mirroring: rendering some contents of one output (the src) on another
|
||||
* output (the dst). dst is fixed for the duration of the session, src may vary.
|
||||
*
|
||||
* See wlr_mirror_v1.h for full details.
|
||||
* See wlr_mirror.h for full details.
|
||||
*/
|
||||
|
||||
enum sway_mirror_flavour {
|
||||
|
|
@ -35,7 +35,7 @@ enum sway_mirror_flavour {
|
|||
*/
|
||||
struct sway_mirror_params {
|
||||
|
||||
struct wlr_mirror_v1_params wlr_params;
|
||||
struct wlr_mirror_params wlr_params;
|
||||
|
||||
enum sway_mirror_flavour flavour;
|
||||
|
||||
|
|
@ -62,7 +62,7 @@ struct sway_mirror {
|
|||
*/
|
||||
struct wl_listener destroy;
|
||||
|
||||
struct wlr_mirror_v1 *wlr_mirror_v1;
|
||||
struct wlr_mirror *wlr_mirror;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
#include <wlr/types/wlr_foreign_toplevel_management_v1.h>
|
||||
#include <wlr/types/wlr_drm_lease_v1.h>
|
||||
#include <wlr/types/wlr_layer_shell_v1.h>
|
||||
#include <wlr/types/wlr_mirror_v1.h>
|
||||
#include <wlr/types/wlr_mirror.h>
|
||||
#include <wlr/types/wlr_output_management_v1.h>
|
||||
#include <wlr/types/wlr_output_power_management_v1.h>
|
||||
#include <wlr/types/wlr_presentation_time.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue