diff options
author | scuri <scuri> | 2010-01-05 19:45:28 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-01-05 19:45:28 +0000 |
commit | b710c137606af849d0864dbe5190ed29afdac10f (patch) | |
tree | 2b98a8e5ad11be4a672733b7667d74fd8baa207d /src/win32/cdwin.c | |
parent | ee94ff97d89c35170ec1b02e1b78085f05aa1f44 (diff) |
*** empty log message ***
Diffstat (limited to 'src/win32/cdwin.c')
-rw-r--r-- | src/win32/cdwin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/cdwin.c b/src/win32/cdwin.c index 4b38187..313e833 100644 --- a/src/win32/cdwin.c +++ b/src/win32/cdwin.c @@ -595,7 +595,7 @@ static void cdpattern(cdCtxCanvas* ctxcanvas, int w, int h, const long int *colo if (!cdwCreateDIB(&dib)) return; - /* important to preserve pattern size during printing */ + /* trying to preserve pattern size during printing */ set_dib_res(&dib, ctxcanvas); cdwDIBEncodePattern(&dib, colors); |