Fixed carsh on keypresses in icon view, added item activation on enter

This commit is contained in:
Lauris Kaplinski 2002-03-10 15:04:22 +00:00
parent ed6922aae0
commit 0335c74339
3 changed files with 18 additions and 3 deletions

View file

@ -824,8 +824,8 @@ render_to_screen (BGApplier *bg_applier, const BGPreferences *prefs)
bg_applier->p->render_geom.height);
}
else if (bg_applier->p->type == BG_APPLIER_ROOT) {
gdk_window_set_back_pixmap (GDK_ROOT_PARENT (), NULL, FALSE);
gdk_window_set_background (GDK_ROOT_PARENT (), prefs->color1);
gdk_window_set_back_pixmap (gdk_get_default_root_window (), NULL, FALSE);
gdk_window_set_background (gdk_get_default_root_window (), prefs->color1);
}
}
}