st: Replace deprecated macros

This commit is contained in:
Florian Müllner
2015-07-22 15:43:12 +02:00
parent 9b69a45eee
commit d21edcfed5
8 changed files with 18 additions and 18 deletions

View File

@ -313,7 +313,7 @@ get_scrollbar_width (StScrollView *scroll,
{
StScrollViewPrivate *priv = scroll->priv;
if (CLUTTER_ACTOR_IS_VISIBLE (priv->vscroll))
if (clutter_actor_is_visible (priv->vscroll))
{
gfloat min_size;
@ -331,7 +331,7 @@ get_scrollbar_height (StScrollView *scroll,
{
StScrollViewPrivate *priv = scroll->priv;
if (CLUTTER_ACTOR_IS_VISIBLE (priv->hscroll))
if (clutter_actor_is_visible (priv->hscroll))
{
gfloat min_size;