printer.device: Text printing support
commit5ddffc84d9a68b99eb3160f423aa425758fd36e0
authorjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 5 Feb 2012 03:27:02 +0000 (5 03:27 +0000)
committerjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 5 Feb 2012 03:27:02 +0000 (5 03:27 +0000)
tree76e88430f3102bf362a14cc96e4e7964dfaecd42
parent5ba23feb3243610323c6a3a55533642a893f2574
printer.device: Text printing support

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@43859 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
compiler/include/devices/prtbase.h
workbench/devs/printer/driver.c [new file with mode: 0644]
workbench/devs/printer/gfx.c [new file with mode: 0644]
workbench/devs/printer/mmakefile.src [new file with mode: 0644]
workbench/devs/printer/prefs.c [new file with mode: 0644]
workbench/devs/printer/prefs.h [new file with mode: 0644]
workbench/devs/printer/printer.c [new file with mode: 0644]
workbench/devs/printer/printer.conf [new file with mode: 0644]
workbench/devs/printer/printer_intern.h [new file with mode: 0644]
workbench/devs/printer/text.c [new file with mode: 0644]