Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mesa
mesa
Commits
ad22e647
Commit
ad22e647
authored
Mar 27, 2012
by
Benjamin Franzke
😀
Browse files
st/egl: Also remove wl_buffer_damage in wayland backend
As commit
03eca9d9
does for egl_dri2.
parent
60b58822
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/gallium/state_trackers/egl/wayland/native_wayland.c
View file @
ad22e647
...
...
@@ -348,7 +348,6 @@ wayland_surface_present(struct native_surface *nsurf,
if
(
surface
->
type
==
WL_WINDOW_SURFACE
)
{
resource_surface_get_size
(
surface
->
rsurf
,
&
width
,
&
height
);
wl_buffer_damage
(
surface
->
buffer
[
WL_BUFFER_FRONT
],
0
,
0
,
width
,
height
);
wl_surface_damage
(
surface
->
win
->
surface
,
0
,
0
,
width
,
height
);
}
...
...
Write
Preview
Supports
Markdown
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