performance: align structures for 64bit platforms
More info about technique:
https://en.wikipedia.org/wiki/Data_structure_alignment
Most CPU are already 64-bit.
- mywindow: _xfwmWindow 64 -> 54 bytes
- moveresize: _MoveResizeData 152 -> 144 bytes
- session: _match 128 -> 120 bytes
- device: XfwmEventMeta 32 -> 24 bytes
Edited by Herman Semenoff