Skip to content

Commit 20a2768

Browse files
committed
st-entry.c: Fix argument order for _st_paint_shadow_with_opacity().
Fixes #12712.
1 parent 9e9bf8a commit 20a2768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/st/st-entry.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,8 +963,8 @@ st_entry_paint (ClutterActor *actor,
963963
clutter_paint_context_get_framebuffer (paint_context);
964964

965965
_st_paint_shadow_with_opacity (shadow_spec,
966-
framebuffer,
967966
priv->text_shadow_material,
967+
framebuffer,
968968
&allocation,
969969
clutter_actor_get_paint_opacity (priv->entry));
970970
}

0 commit comments

Comments
 (0)