repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
add-ons
/
print
/
drivers
/
gutenprint
/
GPJobConfiguration.cpp
blob
00314c68436814a458aee627b4bf2d0c0cd523e5
1
/*
2
* Copyright 2010, Haiku. All rights reserved.
3
* Distributed under the terms of the MIT License.
4
*
5
* Authors:
6
* Michael Pfeiffer
7
*/
8
#include
"GPJobConfiguration.h"
9
10
GPJobConfiguration
::
GPJobConfiguration
()
11
:
12
fDriver
(),
13
fPageSize
(),
14
fResolution
(),
15
fInputSlot
(),
16
fPrintingMode
(),
17
fXDPI
(
600
),
18
fYDPI
(
600
)
19
{
20
}
21