Code review comment for lp:~compiz-team/compiz/compiz.fix_1006335

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Also I'm still concerned by the use of the heap on every single event:

void
PrivateScreen::processEvents ()
{
    std::vector <XEvent> events;

The solution I had in mind for this bug didn't require that. Maybe I'll prototype it to see if it works.

« Back to merge proposal