Allow an image to be set as the background in the terminal.

Restore the KDE3 option to have a background image in each session.

Patch by Alexandre Becoulet <diaxen@free.fr>
BUG: 157882
FIXED-IN: 4.8
This commit is contained in:
Kurt Hindenburg
2011-08-07 18:44:16 -04:00
parent cc9b1e2413
commit 087f67e4fc
8 changed files with 192 additions and 6 deletions

View File

@@ -852,6 +852,7 @@ void ViewManager::applyProfile(TerminalDisplay* view , const Profile::Ptr info,
colorScheme->getColorTable(table , view->randomSeed() );
view->setColorTable(table);
view->setOpacity(colorScheme->opacity());
view->setWallpaper(colorScheme->wallpaper());
// load font
view->setAntialias(info->property<bool>(Profile::AntiAliasFonts));