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
Marius Meisenzahl
plymouth
Commits
9ad87c4e
Commit
9ad87c4e
authored
Mar 02, 2021
by
Marius Meisenzahl
Browse files
Update plugin.c
parent
a5fb72f5
Pipeline
#278330
passed with stage
in 4 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/splash/two-step/plugin.c
View file @
9ad87c4e
...
...
@@ -408,7 +408,7 @@ view_set_bgrt_background (view_t *view)
ply_pixel_buffer_t
*
bgrt_buffer
;
bool
have_panel_props
;
if
(
view
->
plugin
->
background_bgrt_image
==
view
->
plugin
->
background_bgrt_fallback_image
==
NULL
)
if
(
view
->
plugin
->
background_bgrt_image
==
NULL
&&
view
->
plugin
->
background_bgrt_fallback_image
==
NULL
)
return
;
if
(
!
get_bgrt_sysfs_info
(
&
sysfs_x_offset
,
&
sysfs_y_offset
,
...
...
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