[Xfce4-commits] [apps/ristretto] 01/01: Make the background black in fullscreen mode, like the GTK2 version did
noreply at xfce.org
noreply at xfce.org
Fri Aug 2 21:57:22 CEST 2019
This is an automated email from the git hooks/post-receive script.
f 2 4 0 4 p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/ristretto.
commit 14a6a15a2a446e24e757da4672379b6c31fdc028
Author: Igor <f2404 at yandex.ru>
Date: Fri Aug 2 15:57:13 2019 -0400
Make the background black in fullscreen mode, like the GTK2 version did
---
src/settings.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/settings.c b/src/settings.c
index 8e80f43..fda5b13 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -176,6 +176,7 @@ rstto_settings_init (GObject *object)
settings->priv->slideshow_timeout = 5;
settings->priv->bgcolor = g_new0 (GdkRGBA, 1);
settings->priv->bgcolor_fullscreen = g_new0 (GdkRGBA, 1);
+ gdk_rgba_parse (settings->priv->bgcolor_fullscreen, "black"); // black by default
settings->priv->navigationbar_position = g_strdup ("left");
settings->priv->show_toolbar = TRUE;
settings->priv->window_width = 600;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list