Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 63529 | Differences between
and this patch

Collapse All | Expand All

(-)kdelibs-3.3.2.orig/kdecore/kkeyserver_x11.cpp (-1 / +1 lines)
Lines 638-644 Link Here
638
	return true;
638
	return true;
639
}
639
}
640
640
641
bool codeXToSym( uchar codeX, uint modX, uint& sym )
641
bool codeXToSym( uchar codeX, uint modX, uint sym )
642
{
642
{
643
	XKeyPressedEvent event;
643
	XKeyPressedEvent event;
644
644
(-)kdelibs-3.3.2.orig/kdecore/kkeyserver_x11.h (-1 / +1 lines)
Lines 402-408 Link Here
402
	 * @see Qt::Key
402
	 * @see Qt::Key
403
	 * @see Sym
403
	 * @see Sym
404
	 */
404
	 */
405
	bool codeXToSym( uchar codeX, uint modX, uint& symX );
405
	bool codeXToSym( uchar codeX, uint modX, uint symX );
406
406
407
	/**
407
	/**
408
	 * @internal
408
	 * @internal

Return to bug 63529