Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
xorg
xserver
Commits
3b26b90c
Commit
3b26b90c
authored
Mar 25, 2019
by
Eric Anholt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
glamor: Fix a compiler warning since the recent OOM fixes.
Signed-off-by:
Eric Anholt
<
eric@anholt.net
>
parent
a63d796c
Pipeline
#27084
passed with stages
in 10 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
glamor/glamor_prepare.c
glamor/glamor_prepare.c
+0
-2
No files found.
glamor/glamor_prepare.c
View file @
3b26b90c
...
...
@@ -146,8 +146,6 @@ glamor_prep_pixmap_box(PixmapPtr pixmap, glamor_access_t access, BoxPtr box)
static
void
glamor_fini_pixmap
(
PixmapPtr
pixmap
)
{
ScreenPtr
screen
=
pixmap
->
drawable
.
pScreen
;
glamor_screen_private
*
glamor_priv
=
glamor_get_screen_private
(
screen
);
glamor_pixmap_private
*
priv
=
glamor_get_pixmap_private
(
pixmap
);
if
(
!
GLAMOR_PIXMAP_PRIV_HAS_FBO
(
priv
))
...
...
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