]> git.sur5r.net Git - ptouch-print/blobdiff - include/ptouch.h
Fix PT-2024PC support and some minor cleanup
[ptouch-print] / include / ptouch.h
index 4be15aaa0e95a2eb76daefbc14fb6dc43130dc07..75b17e1e78fd6c7b24836527063486ea5afeb0dd 100644 (file)
@@ -1,7 +1,7 @@
 /*
        ptouch-print - Print labels with images or text on a Brother P-Touch
        
-       Copyright (C) 2015 Dominic Radermacher <dominic.radermacher@gmail.com>
+       Copyright (C) 2015-2017 Dominic Radermacher <blip@mockmoon-cybernetics.ch>
 
        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 */