diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | savers/floaters.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f67d67b..b513f2b 100644 --- a/configure.ac +++ b/configure.ac @@ -567,7 +567,7 @@ dnl --------------------------------------------------------------------------- dnl - Check for GL dnl --------------------------------------------------------------------------- -AC_ARG_WITH(gl, [ --with-libgl build with GL support]) +AC_ARG_WITH(libgl, [ --with-libgl build with GL support]) have_libgl=no GL_LIBS="" diff --git a/savers/floaters.c b/savers/floaters.c index 755488a..b693ed5 100644 --- a/savers/floaters.c +++ b/savers/floaters.c @@ -1285,6 +1285,7 @@ main (int argc, style = drawing_area->style; state = (GtkStateType) 0; while (state < (GtkStateType) G_N_ELEMENTS (style->bg)) + { gtk_widget_modify_bg (drawing_area, state, &style->mid[state]); state++; } |