Advertisement
timcowchip

LXcbEventFilter.patch

Mar 26th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. --- a/lumina-desktop/LXcbEventFilter.cpp 2016-03-25 14:49:33.025831000 -0700
  2. +++ b/lumina-desktop/LXcbEventFilter.cpp 2016-03-25 16:50:44.718633558 -0700
  3. @@ -26,7 +26,7 @@
  4. }
  5.  
  6. //This function format taken directly from the Qt5.3 documentation
  7. -bool XCBEventFilter::nativeEventFilter(const QByteArray &eventType, void *message, long *) Q_DECL_OVERRIDE
  8. +bool XCBEventFilter::nativeEventFilter(const QByteArray &eventType, void *message, long *)
  9. {
  10. if(stopping){ return false; } //don't do any parsing
  11. //qDebug() << "New Event";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement