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
|
@ -1512,7 +1512,7 @@ namespace Oxygen
|
|||
drag->setPixmap( itemDragPixmap( itemClicked, geometry ) );
|
||||
|
||||
// note: the pixmap is moved just above the pointer on purpose
|
||||
// because overlapping pixmap and pointer slows down the pixmap alot.
|
||||
// because overlapping pixmap and pointer slows down the pixmap a lot.
|
||||
QPoint hotSpot( QPoint( event->pos().x() - geometry.left(), -1 ) );
|
||||
|
||||
// make sure the horizontal hotspot position is not too far away (more than 1px)
|
||||
|
|
|
@ -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()
|
||||
or the group for group transients, these have to match both ways.
|
||||
*/
|
||||
|
|
|
@ -134,7 +134,7 @@ KWinCompositingConfig::KWinCompositingConfig(QWidget *parent, const QVariantList
|
|||
mTmpConfigFile.open();
|
||||
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");
|
||||
const bool checkIsSafe = gl_workaround_config.readEntry("CheckIsSafe", true);
|
||||
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->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");
|
||||
const bool checkIsSafe = gl_workaround_config.readEntry("CheckIsSafe", true);
|
||||
if( checkIsSafe && CompositingPrefs::compositingPossible() )
|
||||
|
|
Loading…
Reference in a new issue