Skip to content

Commit

Permalink
fix lint 2
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Jun 13, 2024
1 parent 579b072 commit 5adc016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ruisapp/glue/linux/glue_wayland.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2048,7 +2048,7 @@ struct window_wrapper : public utki::destructable {
region.add(r4::rectangle({0, 0}, dims.to<int32_t>()));
this->surface.set_opaque_region(region);

this->surface.set_buffer_scale(scale);
this->surface.set_buffer_scale(sd.scale);

this->surface.commit();

Expand Down

0 comments on commit 5adc016

Please sign in to comment.