Home
last modified time | relevance | path

Searched refs:enable_animations_gtk (Results 1 – 3 of 3) sorted by relevance

/dports/games/aisleriot/aisleriot-3.22.19/src/
H A Dar-style-private.h56 guint enable_animations_gtk : 1; member
H A Dar-style-gtk.c116 if (enable != style_priv->enable_animations_gtk) { in sync_settings()
117 style_priv->enable_animations_gtk = enable; in sync_settings()
H A Dar-style.c68 priv->enable_animations_gtk = FALSE; in G_DEFINE_TYPE()
462 return priv->enable_animations && priv->enable_animations_gtk; in ar_style_get_enable_animations()