Less krazy issues: fix spelling errors in comments.
SVN_SILENT svn path=/trunk/KDE/kdebase/workspace/; revision=1063337
This commit is contained in:
parent
1114d8efa4
commit
9715014b4d
4 changed files with 4 additions and 4 deletions
|
@ -48,7 +48,7 @@ namespace KWin
|
||||||
{
|
{
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Consistency checks for window relations. Since transients are determinated
|
Consistency checks for window relations. Since transients are determined
|
||||||
using Client::transiency_list and main windows are determined using Client::transientFor()
|
using Client::transiency_list and main windows are determined using Client::transientFor()
|
||||||
or the group for group transients, these have to match both ways.
|
or the group for group transients, these have to match both ways.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -134,7 +134,7 @@ KWinCompositingConfig::KWinCompositingConfig(QWidget *parent, const QVariantList
|
||||||
mTmpConfigFile.open();
|
mTmpConfigFile.open();
|
||||||
mTmpConfig = KSharedConfig::openConfig(mTmpConfigFile.fileName());
|
mTmpConfig = KSharedConfig::openConfig(mTmpConfigFile.fileName());
|
||||||
|
|
||||||
// NOTICE: this is intended to workaround broken GL implementations that succesfully segfault on glXQuery :-(
|
// NOTICE: this is intended to workaround broken GL implementations that successfully segfault on glXQuery :-(
|
||||||
KConfigGroup gl_workaround_config(mKWinConfig, "Compositing");
|
KConfigGroup gl_workaround_config(mKWinConfig, "Compositing");
|
||||||
const bool checkIsSafe = gl_workaround_config.readEntry("CheckIsSafe", true);
|
const bool checkIsSafe = gl_workaround_config.readEntry("CheckIsSafe", true);
|
||||||
if( checkIsSafe && CompositingPrefs::compositingPossible() )
|
if( checkIsSafe && CompositingPrefs::compositingPossible() )
|
||||||
|
|
|
@ -64,7 +64,7 @@ KWinScreenEdgesConfig::KWinScreenEdgesConfig( QWidget* parent, const QVariantLis
|
||||||
connect( m_ui->quickMaximizeBox, SIGNAL( stateChanged(int) ), this, SLOT( groupChanged() ));
|
connect( m_ui->quickMaximizeBox, SIGNAL( stateChanged(int) ), this, SLOT( groupChanged() ));
|
||||||
connect( m_ui->quickTileBox, SIGNAL( stateChanged(int) ), this, SLOT( groupChanged() ));
|
connect( m_ui->quickTileBox, SIGNAL( stateChanged(int) ), this, SLOT( groupChanged() ));
|
||||||
|
|
||||||
// NOTICE: this is intended to workaround broken GL implementations that succesfully segfault on glXQuery :-(
|
// NOTICE: this is intended to workaround broken GL implementations that successfully segfault on glXQuery :-(
|
||||||
KConfigGroup gl_workaround_config(m_config, "Compositing");
|
KConfigGroup gl_workaround_config(m_config, "Compositing");
|
||||||
const bool checkIsSafe = gl_workaround_config.readEntry("CheckIsSafe", true);
|
const bool checkIsSafe = gl_workaround_config.readEntry("CheckIsSafe", true);
|
||||||
if( checkIsSafe && CompositingPrefs::compositingPossible() )
|
if( checkIsSafe && CompositingPrefs::compositingPossible() )
|
||||||
|
|
Loading…
Reference in a new issue