Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
cf267c60
Commit
cf267c60
authored
Nov 30, 2023
by
Alexandros Frantzis
Committed by
Alexandre Julliard
Dec 07, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winewayland.drv: Remove duplicate handling of wp_viewporter global.
parent
78411821
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
wayland.c
dlls/winewayland.drv/wayland.c
+0
-5
No files found.
dlls/winewayland.drv/wayland.c
View file @
cf267c60
...
@@ -154,11 +154,6 @@ static void registry_handle_global(void *data, struct wl_registry *registry,
...
@@ -154,11 +154,6 @@ static void registry_handle_global(void *data, struct wl_registry *registry,
process_wayland
.
wl_subcompositor
=
process_wayland
.
wl_subcompositor
=
wl_registry_bind
(
registry
,
id
,
&
wl_subcompositor_interface
,
1
);
wl_registry_bind
(
registry
,
id
,
&
wl_subcompositor_interface
,
1
);
}
}
else
if
(
strcmp
(
interface
,
"wp_viewporter"
)
==
0
)
{
process_wayland
.
wp_viewporter
=
wl_registry_bind
(
registry
,
id
,
&
wp_viewporter_interface
,
1
);
}
}
}
static
void
registry_handle_global_remove
(
void
*
data
,
struct
wl_registry
*
registry
,
static
void
registry_handle_global_remove
(
void
*
data
,
struct
wl_registry
*
registry
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment