Cleanup: netwm.c: simplify and optimize struts array
Copying over and clearing the struts array can be done with less core and more effiently using memcpy() and memset() intrinsic, which are compiled into faster vector ops.
Signed-off-by: Enrico Weigelt, metux IT consult info@metux.net