Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 584568
Collapse All | Expand All

(-)lumina-desktop/LXcbEventFilter.cpp.old (-1 / +1 lines)
Lines 26-32 Link Here
26
}
26
}
27
27
28
//This function format taken directly from the Qt5.3 documentation
28
//This function format taken directly from the Qt5.3 documentation
29
bool XCBEventFilter::nativeEventFilter(const QByteArray &eventType, void *message, long *) Q_DECL_OVERRIDE
29
bool XCBEventFilter::nativeEventFilter(const QByteArray &eventType, void *message, long *) 
30
{
30
{
31
	if(stopping){ return false; } //don't do any parsing
31
	if(stopping){ return false; } //don't do any parsing
32
	//qDebug() << "New Event";
32
	//qDebug() << "New Event";

Return to bug 584568