*** kdebase-3.5.1.orig/kwin/events.cpp 2006-01-20 03:31:07.000000000 +1030 --- kdebase-3.5.1/kwin/events.cpp 2006-02-28 08:48:32.000000000 +1030 *************** *** 324,337 **** } case MapNotify: { - #if KDE_IS_VERSION( 3, 9, 90 ) - #warning Consider dumping this workaround. - #endif - // See bug #100177, especially comments #6 and #14. This workaround shouldn't be - // necessary when X.org with that fix becomes available and it's an unnecessary - // X roundtrip for an experimental unstable feature. - if( addSystemTrayWin( e->xmap.window )) - return true; return ( e->xmap.event != e->xmap.window ); // hide wm typical event from Qt } case ReparentNotify: --- 324,329 ----