Various changes.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6368 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -63,6 +63,12 @@ struct BindingLocationCap : public BaseCap {
|
||||
: BaseCap(n, d), binding_location(b) {}
|
||||
};
|
||||
|
||||
struct ColorCap : public BaseCap {
|
||||
JobData::COLOR color;
|
||||
ColorCap(const string &n, bool d, JobData::COLOR c)
|
||||
: BaseCap(n, d), color(c) {}
|
||||
};
|
||||
|
||||
class PrinterData;
|
||||
|
||||
class PrinterCap {
|
||||
@@ -79,7 +85,8 @@ public:
|
||||
RESOLUTION,
|
||||
ORIENTATION,
|
||||
PRINTSTYLE,
|
||||
BINDINGLOCATION
|
||||
BINDINGLOCATION,
|
||||
COLOR
|
||||
};
|
||||
|
||||
virtual int countCap(CAPID) const = 0;
|
||||
|
||||
Reference in New Issue
Block a user