Skip to content

Commit

Permalink
Rename variable from smooth_boot to smooth_transition
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae committed Sep 6, 2023
1 parent 2a61739 commit d926d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/gbm-kms/server/kms/display.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Display : public graphics::Display
BypassOption bypass_option,
std::shared_ptr<DisplayConfigurationPolicy> const& initial_conf_policy,
std::shared_ptr<DisplayReport> const& listener,
bool smooth_boot);
bool smooth_transition);
~Display();

geometry::Rectangle view_area() const;
Expand Down

0 comments on commit d926d21

Please sign in to comment.