Printer supports copy command.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7073 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -144,6 +144,7 @@ bool Lips3Cap::isSupport(CapID capid) const
|
|||||||
case kPaperSource:
|
case kPaperSource:
|
||||||
case kResolution:
|
case kResolution:
|
||||||
case kColor:
|
case kColor:
|
||||||
|
case kCopyCommand:
|
||||||
return true;
|
return true;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
@@ -209,6 +209,7 @@ bool Lips4Cap::isSupport(CapID capid) const
|
|||||||
case kPrintStyle:
|
case kPrintStyle:
|
||||||
case kBindingLocation:
|
case kBindingLocation:
|
||||||
case kColor:
|
case kColor:
|
||||||
|
case kCopyCommand:
|
||||||
return true;
|
return true;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user