Andy Ritger <[email protected]> writes: > Also, remove the unnecessary static qualifier on mieqProcessInputEvents()'s > 'event' local variable.
following the 'each patch does one thing' rule, this should probably be split out. In any case, I reviewed where this code came from, and a static qualifier is not necessary -- the code used to need to deal with events that could change sizes, and so mieqProcessInputEvents had a static pointer to storage that got resized as needed; a useful optimization, but not necessary. In any case, for this hunk, Reviewed-by: Keith Packard <[email protected]> -- [email protected]
pgppCDDs55blV.pgp
Description: PGP signature
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
