Code review comment for lp:~smspillaz/compiz-core/compiz-core.fix_931927

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

Oh, and you don't need

"static unsigned short v[4] = {0,0,0,0};"

either:

"static unsigned short v[] = {0,0,0,0};"

or

"static unsigned short v[4] = {0};"

is fine

« Back to merge proposal