X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fptouch.h;h=75b17e1e78fd6c7b24836527063486ea5afeb0dd;hb=51168d3b9843875cafc8a4c274f8c4756052c735;hp=4be15aaa0e95a2eb76daefbc14fb6dc43130dc07;hpb=40c2cdcf3ccbe130ca075dfaa150439ded4976ef;p=ptouch-print diff --git a/include/ptouch.h b/include/ptouch.h index 4be15aa..75b17e1 100644 --- a/include/ptouch.h +++ b/include/ptouch.h @@ -1,7 +1,7 @@ /* ptouch-print - Print labels with images or text on a Brother P-Touch - Copyright (C) 2015 Dominic Radermacher + Copyright (C) 2015-2017 Dominic Radermacher This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as @@ -25,6 +25,10 @@ struct _pt_tape_info { uint8_t px; /* Printing area in px */ }; +#define FLAG_NONE 0 +#define FLAG_UNSUP_RASTER 1 +#define FLAG_FORCE_TIFF 2 + struct _pt_dev_info { int vid; /* USB vendor ID */ int pid; /* USB product ID */