Move HID drawing API prototypes into a separate header file
commitdc0092500ad8b6a3c9c35aef63eda9ad1cb2a2cb
authorPeter Clifton <peter@clifton-electronics.co.uk>
Wed, 21 Nov 2012 20:26:36 +0000 (21 20:26 +0000)
committerPeter Clifton <peter@clifton-electronics.co.uk>
Wed, 21 Nov 2012 20:36:30 +0000 (21 20:36 +0000)
treee65b1735c8b77d515ec29478985323ecf74db060
parent8e3222bc379fd287ac3f945bab38d910bd344416
Move HID drawing API prototypes into a separate header file

Due to the mess of places we define various things in and the order
we pull in headers, we cannot easily create APIs in hid.h which rely
on being passed PCB data-structures.
16 files changed:
src/crosshair.c
src/draw.c
src/hid.h
src/hid/common/draw_helpers.c
src/hid/common/extents.c
src/hid/common/hidnogui.c
src/hid/gcode/gcode.c
src/hid/gerber/gerber.c
src/hid/gtk/gui.h
src/hid/lesstif/main.c
src/hid/nelma/nelma.c
src/hid/png/png.c
src/hid/ps/eps.c
src/hid/ps/ps.c
src/hid_draw.h [new file with mode: 0644]
src/print.c