_pixman_implementation_create(): Initialize implementation with memset()
authorSøren Sandmann Pedersen <ssp@redhat.com>
Sat, 15 Sep 2012 17:58:45 +0000 (13:58 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Wed, 19 Sep 2012 16:22:59 +0000 (12:22 -0400)
commitb96599ccf353e89f95aa106853fcf310203c5874
tree3360e9c6b1b8cdbebca19109d2e5bdd7bab6e76b
parent9539a18832c278ca0f6f572d8765932be6c9ad65
_pixman_implementation_create(): Initialize implementation with memset()

All the function pointers are NULL by default now, so we can just zero
the struct. Also write the function a little more compactly.
pixman/pixman-implementation.c