Comment 2 for bug 281911

Revision history for this message
Mattias Eriksson (snaggen) wrote :

By looking at the compiz code it seems that both KeyPress and KeyRelease will cause scaleInitiate to be called. But there are no way for that function to determine which one of them where used. If the type was provided it would be easy to just ignore one or the other.

src/event.c
and
plugins/scale.c

seems to be the related files.

Note: I only spent 5 mins looking at this and I don't know the compiz code so I may be totally wrong here...