Code review comment for lp:~mc-return/compiz/compiz.fix1030473-part3

Revision history for this message
Sam Spilsbury (smspillaz) wrote :

8 - unsigned int nOffset = 1, frameType = 0, frameState = 0, frameActions = 0;
9 + unsigned int nOffset = 1, frameType, frameState, frameActions;

Are these guaranteed to be assigned to something we know later in the function? If so, we can move them there and declare and assign them at the same time.

« Back to merge proposal