Skip to content

Commit

Permalink
st-entry.c: Fix argument order for _st_paint_shadow_with_opacity().
Browse files Browse the repository at this point in the history
Fixes #12712.
  • Loading branch information
mtwebster committed Feb 6, 2025
1 parent 9e9bf8a commit 20a2768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/st/st-entry.c
Original file line number Diff line number Diff line change
Expand Up @@ -963,8 +963,8 @@ st_entry_paint (ClutterActor *actor,
clutter_paint_context_get_framebuffer (paint_context);

_st_paint_shadow_with_opacity (shadow_spec,
framebuffer,
priv->text_shadow_material,
framebuffer,
&allocation,
clutter_actor_get_paint_opacity (priv->entry));
}
Expand Down

0 comments on commit 20a2768

Please sign in to comment.