Various HIDs: Add missing pointers for the watch and block hander methods
commitd622886ac0d4634706bb4a2b2dcee3b830345267
authorPeter Clifton <pcjc2@cam.ac.uk>
Tue, 10 Feb 2009 20:27:44 +0000 (10 20:27 +0000)
committerPeter Clifton <pcjc2@cam.ac.uk>
Tue, 10 Feb 2009 20:27:44 +0000 (10 20:27 +0000)
tree8686948c34dc7ba936092edda8065411e8b5c1de
parentb36af53a1a4fccce082c27efa1a9d20f0a591b1e
Various HIDs: Add missing pointers for the watch and block hander methods

These were missed when adding DBus support, since the initialisation of the
HID structure assumes that unspecified members are zero, and all subsequent
function pointers were explicitly 0, so as not to cause a type mismatch.

Hids fixed:
  bom
  gerber
  lpr
  nelma
  png
  eps
  ps
src/hid/bom/bom.c
src/hid/gerber/gerber.c
src/hid/lpr/lpr.c
src/hid/nelma/nelma.c
src/hid/png/png.c
src/hid/ps/eps.c
src/hid/ps/ps.c