1.1 diff -r f8ca98e5f586 -r 629637abfe1f src/ptouch.h 1.2 --- a/src/ptouch.h Thu Sep 24 22:29:12 2009 +0100 1.3 +++ b/src/ptouch.h Fri Sep 25 10:50:44 2009 +0100 1.4 @@ -46,6 +46,11 @@ 1.5 /// Notification number 1.6 int notification; 1.7 1.8 + /// Dots per inch -- print head 1.9 + int dpiPrinthead; 1.10 + /// Dots per inch -- "label length" direction 1.11 + int dpiLabel; 1.12 + 1.13 /// Print parameter: autocutter enable 1.14 int autocut; 1.15 /// Print parameter: mirror printing enable